Oadd some debugging for heif detection

This commit is contained in:
John Cupitt 2020-12-23 12:15:11 +00:00
parent 455a6e18af
commit ccd469fb1e

View File

@ -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