mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libsndfile: enable flac, libogg, libvorbis and sqlite support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9e555571a9
commit
2b97ecc8d5
@ -29,9 +29,9 @@ cd $PKG_BUILD
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-sqlite \
|
--enable-sqlite \
|
||||||
--enable-alsa \
|
--enable-alsa \
|
||||||
--disable-external-libs \
|
--enable-external-libs \
|
||||||
--disable-experimental \
|
--disable-experimental \
|
||||||
--disable-test-coverage \
|
--disable-test-coverage \
|
||||||
--enable-largefile \
|
--enable-largefile \
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://www.mega-nerd.com/libsndfile/"
|
PKG_SITE="http://www.mega-nerd.com/libsndfile/"
|
||||||
PKG_URL="http://www.mega-nerd.com/$PKG_NAME/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="http://www.mega-nerd.com/$PKG_NAME/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS="alsa-lib"
|
PKG_DEPENDS="alsa-lib sqlite flac libvorbis libogg"
|
||||||
PKG_BUILD_DEPENDS="toolchain alsa-lib"
|
PKG_BUILD_DEPENDS="toolchain alsa-lib sqlite flac libvorbis libogg"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="audio"
|
PKG_SECTION="audio"
|
||||||
PKG_SHORTDESC="libsndfile: A library for accessing various audio file formats"
|
PKG_SHORTDESC="libsndfile: A library for accessing various audio file formats"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user