libheif should work in actions now

libaom-dev is required by libheif-dev, but not listed as a dependency
This commit is contained in:
John Cupitt 2020-12-23 12:29:13 +00:00
parent ccd469fb1e
commit fe56a43ef5
3 changed files with 3 additions and 9 deletions

View File

@ -1,7 +1,6 @@
name: Test
# to-do:
# - libheif is still not being detected
# - add a macos test with brew etc.
# - build with clang/asan/etc. and run the fuzz tests
@ -47,6 +46,8 @@ jobs:
libpng-dev
libwebp-dev
libtiff5-dev
# required by libheif-dev in the ppa, but not listed
libaom-dev
libheif-dev
libexpat1-dev
libcfitsio-dev
@ -64,11 +65,6 @@ jobs:
libopenslide-dev
libffi-dev
- name: List installed packages
run: |
pkg-config --list-all
echo -n "libheif: "; pkg-config libheif --modversion
- name: Configure libvips
run: CFLAGS=-Wall CXXFLAGS=-Wall ./autogen.sh
--disable-dependency-tracking

1
= Normal file
View File

@ -0,0 +1 @@
libheif 1.3 found

View File

@ -847,9 +847,6 @@ 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