mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #8468 from mglae/le11_fix_heif
imagedecoder.heif: fix crashing kodi
This commit is contained in:
commit
048f587d15
@ -12,7 +12,9 @@ PKG_LONGDESC="A HEIF file format decoder and encoder."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET="-DBUILD_SHARED_LIBS=OFF \
|
||||
-DWITH_EXAMPLES=OFF"
|
||||
-DWITH_EXAMPLES=OFF \
|
||||
-DWITH_AOM_DECODER=OFF \
|
||||
-DWITH_AOM_ENCODER=OFF"
|
||||
|
||||
pre_configure_target() {
|
||||
export CXXFLAGS="${CXXFLAGS} -Wno-unused-variable"
|
||||
|
@ -4,7 +4,7 @@
|
||||
PKG_NAME="imagedecoder.heif"
|
||||
PKG_VERSION="20.1.0-Nexus"
|
||||
PKG_SHA256="17f50aada11528c02db2ff3871a355c89709ab7e2a5e6b5e33957b790cf207ff"
|
||||
PKG_REV="5"
|
||||
PKG_REV="6"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/xbmc/imagedecoder.heif"
|
||||
|
Loading…
x
Reference in New Issue
Block a user