diff options
-rw-r--r-- | ImageMagick7.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ImageMagick7.spec b/ImageMagick7.spec index ae87a9d..dc2536c 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -440,9 +440,9 @@ export CFLAGS="%{optflags} -DIMPNG_SETJMP_IS_THREAD_SAFE" --with-gvc \ %endif %if %{with_libheif} - --with-heif \ + --with-heic \ %else - --without-heif \ + --without-heic \ %endif --with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \ --without-dps \ |