mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +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-go \
|
||||||
--disable-examples \
|
--disable-examples \
|
||||||
--disable-tests"
|
--disable-tests"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
export CXXFLAGS="${CXXFLAGS} -Wno-unused-variable"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user