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 c73c48d5847f986c289e6c9549fe08df6e0a23c8
Author: Kim Woelders <[email protected]>
AuthorDate: Fri Aug 28 06:52:45 2026 +0200
test_save: Adjustment for libjxl 0.11
---
test/test_save.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test_save.cpp b/test/test_save.cpp
index 44ed53e..27b9998 100644
--- a/test/test_save.cpp
+++ b/test/test_save.cpp
@@ -62,7 +62,7 @@ static const test_rec_t exts[] = {
#ifdef __i386__
{ "jxl", { 4085622416, 3785409192 } },
#else
- { "jxl", { 78317658, 3046037071 } },
+ { "jxl", { 1024989790, 3046037071 } },
#endif
#elif JPEGXL_NUMERIC_VERSION >= JPEGXL_COMPUTE_NUMERIC_VERSION(0, 10, 0)
#ifdef __i386__
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.