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 0536a46bf1871348ac323a559e4692ad10adb87f
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Apr 4 18:49:14 2025 +0200

    autofoo: Use pkg-config for libyuv if available
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7620336..7cddf1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,7 +249,7 @@ EC_LOADER_CHECK(RAW,  auto, libraw)
 EC_LOADER_CHECK(SVG,  auto, librsvg-2.0 >= 2.46)
 EC_LOADER_CHECK(TIFF, auto, libtiff-4)
 EC_LOADER_CHECK(WEBP, auto, libwebpdemux)
-EC_LOADER_CHECK(Y4M,  auto, , loader_check_y4m)
+EC_LOADER_CHECK(Y4M,  auto, libyuv, loader_check_y4m)
 
 # Decompressors
 loader_check_bz2() {

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

Reply via email to