mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
faad2: update to 2.11.0 and migrate to cmake
This commit is contained in:
parent
6549a05a06
commit
1fc9c8c997
@ -3,24 +3,15 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="faad2"
|
||||
PKG_VERSION="2.10.1"
|
||||
PKG_SHA256="4c16c71295ca0cbf7c3dfe98eb11d8fa8d0ac3042e41604cfd6cc11a408cf264"
|
||||
PKG_VERSION="2.11.0"
|
||||
PKG_SHA256="720c1dc404439e0a9117aa144dc7ead56f1658adf4badbb39f959d6ad8eed489"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/knik0/faad2/"
|
||||
PKG_URL="https://github.com/knik0/faad2/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="An MPEG-4 AAC decoder."
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-shared \
|
||||
--without-drm \
|
||||
--with-gnu-ld \
|
||||
--without-mpeg4ip \
|
||||
--without-xmms"
|
||||
pre_configure_target() {
|
||||
./bootstrap
|
||||
}
|
||||
PKG_CMAKE_OPTS_TARGET="-DBUILD_SHARED_LIBS=OFF"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf ${INSTALL}/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user