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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/Makefile b/apps/codecs/libspeex/Makefile
index 651d589..7c73f02 100644
--- a/apps/codecs/libspeex/Makefile
+++ b/apps/codecs/libspeex/Makefile
@@ -14,7 +14,7 @@ ifdef APPEXTRA
INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
endif
-SPEEXOPTS = -DHAVE_CONFIG_H
+SPEEXOPTS = -DHAVE_CONFIG_H -DSPEEX_DISABLE_ENCODER
# We're faster on ARM-targets with -O1 instead of -O2
ifeq ($(CPU),arm)