argh try again
This commit is contained in:
parent
b9e0135110
commit
f1aa5289a7
@ -848,6 +848,9 @@ AC_ARG_WITH([heif],
|
|||||||
AS_HELP_STRING([--without-heif], [build without libheif (default: test)]))
|
AS_HELP_STRING([--without-heif], [build without libheif (default: test)]))
|
||||||
|
|
||||||
if test x"$with_heif" != x"no"; then
|
if test x"$with_heif" != x"no"; then
|
||||||
|
echo trying to detect libheif
|
||||||
|
pkg-config --exists --print-errors "libheif >= 1.3.0"
|
||||||
|
|
||||||
PKG_CHECK_MODULES(HEIF, libheif >= 1.3.0,
|
PKG_CHECK_MODULES(HEIF, libheif >= 1.3.0,
|
||||||
[with_heif=yes
|
[with_heif=yes
|
||||||
have_h265_decoder=`$PKG_CONFIG libheif --variable builtin_h265_decoder`
|
have_h265_decoder=`$PKG_CONFIG libheif --variable builtin_h265_decoder`
|
||||||
|
Loading…
Reference in New Issue
Block a user