diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-19 10:42:03 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-19 10:42:03 +0100 |
commit | 6005752efd1c13e9b5584b6266e819a810c7c63f (patch) | |
tree | 4712bb5a66dd3fc7b8e80d9d480e61cf37629747 | |
parent | b09d99b8dd5026c0fd3f57828ed1aff7cdaf1dd9 (diff) |
fix typo, thanks to Frank Dana
-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 \ |