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 fa664028c9d9cef61761393ff98afc472c0531ad
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Thu Dec 5 17:41:41 2024 +0100

    test_load_2: Adjustment for libheif-1.19.x
---
 test/test_load_2.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index 60e5073..7fe44ee 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -5,6 +5,9 @@
 #include <Imlib2.h>
 
 #include <fcntl.h>
+#ifdef BUILD_HEIF_LOADER
+#include <libheif/heif.h>
+#endif
 #ifdef BUILD_JXL_LOADER
 #include <jxl/version.h>
 #endif
@@ -37,7 +40,11 @@ static tii_t    tii[] = {
    { "icon-64.gif",             4016720483 },
 #endif
 #ifdef BUILD_HEIF_LOADER
+#if LIBHEIF_HAVE_VERSION(1, 19, 0)
+   { "icon-64.heif",            2890558091 },
+#else
    { "icon-64.heif",            1346959048 },
+#endif
 #endif
    { "icon-64.ico",             1153555547 },
    { "icon-64.ilbm",            1153555547 },

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

Reply via email to