Browse Source

disable some features

Waldemar Brodkorb 10 years ago
parent
commit
b01e68181b
1 changed files with 8 additions and 2 deletions
  1. 8 2
      package/sox/Makefile

+ 8 - 2
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