summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/Makefile')
-rw-r--r--apps/codecs/libspeex/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/Makefile b/apps/codecs/libspeex/Makefile
index 7c73f02d67..35a8535369 100644
--- a/apps/codecs/libspeex/Makefile
+++ b/apps/codecs/libspeex/Makefile
@@ -23,6 +23,11 @@ else
23 SPEEXOPTS += -O2 23 SPEEXOPTS += -O2
24endif 24endif
25 25
26# We build Speex separately for use as a voice codec
27ifdef ROCKBOX_VOICE_CODEC
28EXTRA_DEFINES += -DROCKBOX_VOICE_CODEC
29endif
30
26CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(SPEEXOPTS) $(TARGET) \ 31CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(SPEEXOPTS) $(TARGET) \
27$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} ${PROFILE_OPTS} -Wno-unused-parameter 32$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} ${PROFILE_OPTS} -Wno-unused-parameter
28 33