Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
23 lines
814 B
Diff
23 lines
814 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 48c3c77892..3189781817 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1843,13 +1843,13 @@ can_export_heic=no
|
|
can_import_avif=no
|
|
can_export_avif=no
|
|
if test "x$have_libheif" = xyes; then
|
|
- can_import_heic=`$PKG_CONFIG --variable=builtin_h265_decoder libheif`
|
|
- can_export_heic=`$PKG_CONFIG --variable=builtin_h265_encoder libheif`
|
|
+ can_import_heic=yes
|
|
+ can_export_heic=yes
|
|
if test "x$can_import_heic" = xyes; then
|
|
MIME_TYPES="$MIME_TYPES;image/heif;image/heic"
|
|
fi
|
|
- can_import_avif=`$PKG_CONFIG --variable=builtin_avif_decoder libheif`
|
|
- can_export_avif=`$PKG_CONFIG --variable=builtin_avif_encoder libheif`
|
|
+ can_import_avif=yes
|
|
+ can_export_avif=yes
|
|
if test "x$can_import_avif" = xyes; then
|
|
MIME_TYPES="$MIME_TYPES;image/avif"
|
|
fi
|