summaryrefslogtreecommitdiffstats
path: root/package/multimedia/speex
diff options
context:
space:
mode:
authorThomas Lundquist2009-01-18 10:26:28 +0100
committerThomas Lundquist2009-01-18 10:26:28 +0100
commitc86f23b7708cb7eeba91a2764210277c78143dca (patch)
tree26dda73073968d3abe78f8c382bd53ae03b67f4b /package/multimedia/speex
parentFinish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS. (diff)
downloadbuildroot-c86f23b7708cb7eeba91a2764210277c78143dca.tar.gz
buildroot-c86f23b7708cb7eeba91a2764210277c78143dca.tar.xz
buildroot-c86f23b7708cb7eeba91a2764210277c78143dca.zip
Getting rid of a bit more configure options that's been centralized.
Diffstat (limited to 'package/multimedia/speex')
-rw-r--r--package/multimedia/speex/speex.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/multimedia/speex/speex.mk b/package/multimedia/speex/speex.mk
index 7473557ae..6943ad730 100644
--- a/package/multimedia/speex/speex.mk
+++ b/package/multimedia/speex/speex.mk
@@ -12,7 +12,7 @@ SPEEX_INSTALL_TARGET = YES
SPEEX_DEPENDENCIES = libogg
SPEEX_CONF_OPT = --with-ogg-libraries=$(STAGING_DIR)/usr/lib \
--with-ogg-includes=$(STAGING_DIR)/usr/include \
- --enable-fixed-point $(DISABLE_NLS)
+ --enable-fixed-point
ifeq ($(BR2_PACKAGE_SPEEX_ARM4),y)
SPEEX_CONF_OPT += --enable-arm4-asm