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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h
index 10555c7fa8..efdb7dbb54 100644
--- a/apps/codecs/libspeex/config-speex.h
+++ b/apps/codecs/libspeex/config-speex.h
@@ -7,7 +7,7 @@
7/* #undef ARM4_ASM */ 7/* #undef ARM4_ASM */
8 8
9/* Make use of ARM5E assembly optimizations */ 9/* Make use of ARM5E assembly optimizations */
10#if defined(CPU_ARM) && !defined(SIMULATOR) 10#if defined(CPU_ARM)
11#define ARM4_ASM 11#define ARM4_ASM
12#endif 12#endif
13 13