Oadd some debugging for heif detection
This commit is contained in:
parent
455a6e18af
commit
ccd469fb1e
@ -847,6 +847,9 @@ fi
|
||||
AC_ARG_WITH([heif],
|
||||
AS_HELP_STRING([--without-heif], [build without libheif (default: test)]))
|
||||
|
||||
echo -n testing for libheif ... pkg-config reports
|
||||
pkg-config libheif --modversion
|
||||
|
||||
if test x"$with_heif" != x"no"; then
|
||||
PKG_CHECK_MODULES(HEIF, libheif >= 1.3.0,
|
||||
[with_heif=yes
|
||||
|
Loading…
Reference in New Issue
Block a user