summaryrefslogtreecommitdiffstats
path: root/src/sox.mk
diff options
context:
space:
mode:
authorUlrich Klauer <ulrich@chirlu.de>2013-03-10 07:32:16 (GMT)
committerUlrich Klauer <ulrich@chirlu.de>2013-03-10 08:27:06 (GMT)
commite447c58a7c810c26cfcdbd4812ce030412eb2c9e (patch)
tree330139b14701834dde272220a47988445b1cf6b6 /src/sox.mk
parenta73fafa8e3dc10773c05130f3c5da4b17906ef79 (diff)
downloadmxe-e447c58a7c810c26cfcdbd4812ce030412eb2c9e.zip
mxe-e447c58a7c810c26cfcdbd4812ce030412eb2c9e.tar.gz
mxe-e447c58a7c810c26cfcdbd4812ce030412eb2c9e.tar.bz2
Enable most optional libraries for sox
Enable most remaining optional libraries for package sox. Still disabled are file/magic (needs a patch), ffmpeg (doesn't compile, will be removed from next upstream version) and id3tag (not yet in MXE), as well as the audio drivers for platforms other than Windows.
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 \