mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libsamplerate: update to libsamplerate-0.1.8, enable libsndfile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7ae6ec453b
commit
9e555571a9
@ -32,7 +32,7 @@ cd $PKG_BUILD
|
||||
--disable-static \
|
||||
--datadir=/usr/share \
|
||||
--disable-fftw \
|
||||
--disable-sndfile \
|
||||
--enable-sndfile \
|
||||
|
||||
make
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libsamplerate"
|
||||
PKG_VERSION="0.1.7"
|
||||
PKG_VERSION="0.1.8"
|
||||
PKG_REV="1"
|
||||
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=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_DEPENDS="libsndfile"
|
||||
PKG_BUILD_DEPENDS="toolchain libsndfile"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="audio"
|
||||
PKG_SHORTDESC="libsamplerate: A Sample Rate Converter library for audio"
|
||||
|
Loading…
x
Reference in New Issue
Block a user