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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h
index b7385eee02..31ebe80741 100644
--- a/apps/codecs/libspeex/config-speex.h
+++ b/apps/codecs/libspeex/config-speex.h
@@ -11,6 +11,11 @@
11#define ARM4_ASM 11#define ARM4_ASM
12#endif 12#endif
13 13
14/* Make use of Coldfire assembly optimizations */
15#if defined(CPU_COLDFIRE)
16#define COLDFIRE_ASM
17#endif
18
14/* Make use of Blackfin assembly optimizations */ 19/* Make use of Blackfin assembly optimizations */
15/* #undef BFIN_ASM */ 20/* #undef BFIN_ASM */
16 21