diff options
Diffstat (limited to 'apps/codecs/libspeex/Makefile')
| -rw-r--r-- | apps/codecs/libspeex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/Makefile b/apps/codecs/libspeex/Makefile index 35a8535..3bda53d 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 -DSPEEX_DISABLE_ENCODER +SPEEXOPTS = -DHAVE_CONFIG_H -DSPEEX_DISABLE_ENCODER -DROCKBOX # We're faster on ARM-targets with -O1 instead of -O2 ifeq ($(CPU),arm) |