mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
flac: update to flac-1.3.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a06f3d0d30
commit
311350443e
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="flac"
|
PKG_NAME="flac"
|
||||||
PKG_VERSION="1.3.0"
|
PKG_VERSION="1.3.1"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
@ -51,6 +51,13 @@ else
|
|||||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-sse"
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-sse"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
# flac-1.3.1 dont build with LTO support
|
||||||
|
strip_lto
|
||||||
|
|
||||||
|
export CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||||
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/bin
|
rm -rf $INSTALL/usr/bin
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user