mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
Merge pull request #5733 from heitbaum/libheif
libheif: fix compile error with -Wunused-variable
This commit is contained in:
commit
fdb37d7ee3
@ -17,3 +17,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-go \
|
||||
--disable-examples \
|
||||
--disable-tests"
|
||||
|
||||
pre_configure_target() {
|
||||
export CXXFLAGS="${CXXFLAGS} -Wno-unused-variable"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user