summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-08 23:27:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-13 21:59:36 +0200
commitb01e68181b955acd3b4aadd5371340be4b26a37b (patch)
tree199976257eee7f050affb5e107cf11b870b2f1fc /package
parent493ebd242ebfa1af98384afc8c72a878280b23fb (diff)
disable some features
Diffstat (limited to 'package')
-rw-r--r--package/sox/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/package/sox/Makefile b/package/sox/Makefile
index 7ab3edb93..75aa70223 100644
--- a/package/sox/Makefile
+++ b/package/sox/Makefile
@@ -40,8 +40,14 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,SOX,sox,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-# uses old api
-CONFIGURE_ARGS+= --without-ffmpeg
+CONFIGURE_ARGS+= --disable-gomp \
+ --without-magic \
+ --without-png \
+ --without-amrwb \
+ --without-amrnb \
+ --without-pulseaudio \
+ --without-twolame
+
ifeq ($(ADK_PACKAGE_SOX_WITH_ALSA),y)
CONFIGURE_ARGS+= --with-alsa
else