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 8500399..ef119f9 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 = -O
+SPEEXOPTS = -O -DHAVE_CONFIG_H
CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(SPEEXOPTS) $(TARGET) \
$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} ${PROFILE_OPTS} -Wno-unused-parameter