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 f5cdac89f4b271113559f8e49dd049c28a4baa49
Author: Kim Woelders <[email protected]>
AuthorDate: Wed Apr 29 19:20:26 2026 +0200

    test_save: Additions for libheif 1.21
---
 test/test_save.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/test/test_save.cpp b/test/test_save.cpp
index d4ae508..44ed53e 100644
--- a/test/test_save.cpp
+++ b/test/test_save.cpp
@@ -33,7 +33,12 @@ static const test_rec_t exts[] = {
 // { "gif",  { 0, 0 } },
 #ifdef BUILD_HEIF_LOADER
 #ifndef __SANITIZE_ADDRESS__
-#if LIBHEIF_HAVE_VERSION(1, 19, 0)
+#if LIBHEIF_HAVE_VERSION(1, 21, 0)
+#ifndef BUILD_AVIF_LOADER
+   { "avif", {  271316575,  632516970 } },
+#endif
+   { "heic", {  492885808, 2441222648 } },
+#elif LIBHEIF_HAVE_VERSION(1, 19, 0)
 #ifndef BUILD_AVIF_LOADER
    { "avif", {  271316575,  632516970 } },
 #endif

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

Reply via email to