summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/rockbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/rockbox.h')
-rw-r--r--apps/codecs/libspeex/rockbox.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codecs/libspeex/rockbox.h b/apps/codecs/libspeex/rockbox.h
index be441e3c3a..3f3319c5b0 100644
--- a/apps/codecs/libspeex/rockbox.h
+++ b/apps/codecs/libspeex/rockbox.h
@@ -70,12 +70,6 @@ static inline void speex_free_scratch (void *ptr)
70 codec_free(ptr); 70 codec_free(ptr);
71} 71}
72 72
73#define OVERRIDE_SPEEX_MOVE 1
74static inline void *speex_move (void *dest, void *src, int n)
75{
76 return memmove(dest,src,n);
77}
78
79#define OVERRIDE_SPEEX_FATAL 1 73#define OVERRIDE_SPEEX_FATAL 1
80static inline void _speex_fatal(const char *str, const char *file, int line) 74static inline void _speex_fatal(const char *str, const char *file, int line)
81{ 75{