summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/config-speex.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/config-speex.h')
-rw-r--r--apps/codecs/libspeex/config-speex.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h
index 31ebe80741..1378fc2a69 100644
--- a/apps/codecs/libspeex/config-speex.h
+++ b/apps/codecs/libspeex/config-speex.h
@@ -3,9 +3,6 @@
3/* config.h. Generated from config.h.in by configure. */ 3/* config.h. Generated from config.h.in by configure. */
4/* config.h.in. Generated from configure.ac by autoheader. */ 4/* config.h.in. Generated from configure.ac by autoheader. */
5 5
6/* Make use of ARM4 assembly optimizations */
7/* #undef ARM4_ASM */
8
9/* Make use of ARM4E assembly optimizations */ 6/* Make use of ARM4E assembly optimizations */
10#if defined(CPU_ARM) 7#if defined(CPU_ARM)
11#define ARM4_ASM 8#define ARM4_ASM
@@ -31,7 +28,7 @@
31/* Debug fixed-point implementation */ 28/* Debug fixed-point implementation */
32/* #undef FIXED_DEBUG */ 29/* #undef FIXED_DEBUG */
33 30
34/* Compile as fixed-point */ 31/* Compile target codec as fixed point */
35#define FIXED_POINT 32#define FIXED_POINT
36 33
37/* Define to 1 if you have the <dlfcn.h> header file. */ 34/* Define to 1 if you have the <dlfcn.h> header file. */
@@ -159,15 +156,4 @@
159#define restrict __restrict 156#define restrict __restrict
160 157
161#define RELEASE 1 158#define RELEASE 1
162#define OVERRIDE_SPEEX_ALLOC 1
163#define OVERRIDE_SPEEX_ALLOC_SCRATCH 1
164#define OVERRIDE_SPEEX_REALLOC 1
165#define OVERRIDE_SPEEX_FREE 1
166#define OVERRIDE_SPEEX_FREE_SCRATCH 1
167#define OVERRIDE_SPEEX_MOVE 1
168#define OVERRIDE_SPEEX_FATAL 1
169#define OVERRIDE_SPEEX_WARNING 1
170#define OVERRIDE_SPEEX_WARNING_INT 1
171#define OVERRIDE_SPEEX_NOTIFY 1
172#define OVERRIDE_SPEEX_PUTC 1
173 159