Skip to content

Commit

Permalink
Merge pull request #8467 from mglae/le12_fix_heif
Browse files Browse the repository at this point in the history
imagedecoder.heif: fix crashing kodi
  • Loading branch information
chewitt authored Dec 31, 2023
2 parents dfd843f + 3895b32 commit d6f07b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/graphics/libheif/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PKG_NAME="imagedecoder.heif"
PKG_VERSION="20.1.0-Nexus"
PKG_SHA256="17f50aada11528c02db2ff3871a355c89709ab7e2a5e6b5e33957b790cf207ff"
PKG_REV="6"
PKG_REV="7"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/imagedecoder.heif"
Expand Down

0 comments on commit d6f07b8

Please sign in to comment.