From b01e68181b955acd3b4aadd5371340be4b26a37b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 8 Jun 2015 23:27:03 +0200 Subject: disable some features --- package/sox/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'package') 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 -- cgit v1.2.3