mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-23 08:20:00 +00:00
libheif: forbid using libaom
Prevent failure loading imagedecoder.heif in kodi
This commit is contained in:
parent
c30bf669d9
commit
4c8869fb40
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user