summaryrefslogtreecommitdiffstats
path: root/package/speex/speex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/speex/speex.mk')
-rw-r--r--package/speex/speex.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/speex/speex.mk b/package/speex/speex.mk
index 0bf2de0cf2..595ae1683c 100644
--- a/package/speex/speex.mk
+++ b/package/speex/speex.mk
@@ -11,9 +11,10 @@ SPEEX_LICENSE_FILES = COPYING
SPEEX_INSTALL_STAGING = YES
SPEEX_DEPENDENCIES = libogg
-SPEEX_CONF_OPTS = --with-ogg-libraries=$(STAGING_DIR)/usr/lib \
- --with-ogg-includes=$(STAGING_DIR)/usr/include \
- --enable-fixed-point
+SPEEX_CONF_OPTS = \
+ --with-ogg-libraries=$(STAGING_DIR)/usr/lib \
+ --with-ogg-includes=$(STAGING_DIR)/usr/include \
+ --enable-fixed-point
ifeq ($(BR2_PACKAGE_SPEEX_ARM4),y)
SPEEX_CONF_OPTS += --enable-arm4-asm
OpenPOWER on IntegriCloud