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 4d4a287a1954b475699b14594630638089ee8128
Author: Kim Woelders <[email protected]>
AuthorDate: Mon Aug 31 17:48:32 2026 +0200

    test: Additions for libheif 1.17
---
 test/test_load_2.cpp | 5 ++++-
 test/test_save.cpp   | 7 ++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index f8c26b7..5cc4419 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -51,9 +51,12 @@ static tii_t    tii[] = {
 #if LIBHEIF_HAVE_VERSION(1, 19, 0)
    { "image-noalp-64.heif",             2791706719 },
    { "image-alpha-64.heif",             2131715016 },
-#else
+#elif LIBHEIF_HAVE_VERSION(1, 18, 0)
    { "image-noalp-64.heif",             2910467726 },
    { "image-alpha-64.heif",              722818128 },
+#else
+   { "image-noalp-64.heif",             2791706719 },
+   { "image-alpha-64.heif",             2131715016 },
 #endif
 #endif
    { "image-noalp-64.ico",              1636116234 },
diff --git a/test/test_save.cpp b/test/test_save.cpp
index 27b9998..fb239ff 100644
--- a/test/test_save.cpp
+++ b/test/test_save.cpp
@@ -43,11 +43,16 @@ static const test_rec_t exts[] = {
    { "avif", {  271316575,  632516970 } },
 #endif
    { "heic", { 2429908023, 1720725349 } },
-#else
+#elif LIBHEIF_HAVE_VERSION(1, 18, 0)
 #ifndef BUILD_AVIF_LOADER
    { "avif", {  458570512, 4237984766 } },
 #endif
    { "heic", { 4046271191,  793249753 } },
+#else
+#ifndef BUILD_AVIF_LOADER
+   { "avif", {  271316575, 4237984766 } },
+#endif
+   { "heic", { 2429908023, 1720725349 } },
 #endif
 #endif
 #endif

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

Reply via email to