This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository legacy-imlib2.

View the commit online.

commit a4185c090ab5e6eaf7ec75b5bce451d210965cc1
Author: Kim Woelders <[email protected]>
AuthorDate: Sun Aug 30 10:00:22 2026 +0200

    HEIF loader: Require libheif >= 1.17
    
    The heif module won't build with older versions.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4eb116b..70be86b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -239,7 +239,7 @@ loader_check_y4m() {
 
 EC_LOADER_CHECK(AVIF, auto, libavif)
 EC_LOADER_CHECK(GIF,  auto, , loader_check_gif)
-EC_LOADER_CHECK(HEIF, auto, libheif)
+EC_LOADER_CHECK(HEIF, auto, libheif >= 1.17.0)
 EC_LOADER_CHECK(JPEG, auto, libjpeg)
 EC_LOADER_CHECK(J2K,  auto, libopenjp2)
 EC_LOADER_CHECK(JXL,  auto, libjxl libjxl_threads)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to