summaryrefslogtreecommitdiffstats
path: root/src/sox.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sox.mk')
-rw-r--r--src/sox.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/sox.mk b/src/sox.mk
index 18ce693..e81ae9e 100644
--- a/src/sox.mk
+++ b/src/sox.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 71f05afc51e3d9b03376b2f98fd452d3a274d595
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc flac lame libgomp libmad libsndfile twolame vorbis wavpack
+$(PKG)_DEPS := gcc flac lame libgomp libmad libpng libsndfile libtool opencore-amr twolame vorbis wavpack
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/sox/files/sox/' | \
@@ -30,11 +30,12 @@ define $(PKG)_BUILD
--disable-shared \
--enable-static \
--disable-debug \
+ --with-libltdl \
--without-magic \
- --without-png \
- --without-ladspa \
- --without-amrwb \
- --without-amrnb \
+ --with-png \
+ --with-ladspa \
+ --with-amrwb \
+ --with-amrnb \
--without-ffmpeg \
--with-flac \
--with-oggvorbis \