Build sox with wavpack support

pull/149/head
Ulrich Klauer 11 years ago
parent 70cacbb5c9
commit 287aafafa3

@ -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 vorbis
$(PKG)_DEPS := gcc flac lame libgomp libmad libsndfile vorbis wavpack
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/sox/files/sox/' | \
@ -37,7 +37,7 @@ define $(PKG)_BUILD
--with-flac \
--with-oggvorbis \
--with-sndfile \
--without-wavpack \
--with-wavpack \
--with-mad \
--without-id3tag \
--with-lame \

Loading…
Cancel
Save