libsamplerate: build without libsndfile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-02 16:54:53 +01:00
parent 320ee7a02b
commit e4d7c18304
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ cd $PKG_BUILD
--disable-static \
--datadir=/usr/share \
--disable-fftw \
--enable-sndfile \
--disable-sndfile \
make

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.mega-nerd.com/SRC/"
PKG_URL="http://www.mega-nerd.com/SRC/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="libsndfile"
PKG_BUILD_DEPENDS="toolchain libsndfile"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="audio"
PKG_SHORTDESC="libsamplerate: A Sample Rate Converter library for audio"