Updated libavif to 1.4.1 (#9479)

This commit is contained in:
Andrew Murray 2026-03-24 22:34:11 +11:00 committed by GitHub
parent fc0f65998f
commit f0b5f56e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ LIBWEBP_VERSION=1.6.0
BZIP2_VERSION=1.0.8
LIBXCB_VERSION=1.17.0
BROTLI_VERSION=1.2.0
LIBAVIF_VERSION=1.4.0
LIBAVIF_VERSION=1.4.1
function build_pkg_config {
if [ -e pkg-config-stamp ]; then return; fi

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eo pipefail
version=1.4.0
version=1.4.1
if [[ "$GHA_LIBAVIF_CACHE_HIT" == "true" ]]; then

View File

@ -119,7 +119,7 @@ V = {
"HARFBUZZ": "13.2.1",
"JPEGTURBO": "3.1.3",
"LCMS2": "2.18",
"LIBAVIF": "1.4.0",
"LIBAVIF": "1.4.1",
"LIBIMAGEQUANT": "4.4.1",
"LIBPNG": "1.6.55",
"LIBWEBP": "1.6.0",