Skip to content

Commit

Permalink
fix: update libavif to include fix from AOMediaCodec/libavif#2265
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 13, 2024
1 parent b1879b8 commit d8fec21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail
CONFIG_DIR=$(abspath $(dirname "${BASH_SOURCE[0]}"))

ARCHIVE_SDIR=pillow-avif-plugin-depends
LIBAVIF_VERSION=e10e6d98e6d1dbcdd409859a924d1b607a1e06dc
LIBAVIF_VERSION=617ebb423a99e9be73d99bbefcc1420b3f3ed384
RAV1E_VERSION=0.7.1
CCACHE_VERSION=4.7.1
SCCACHE_VERSION=0.3.0
Expand Down
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ def cmd_msbuild(
"libavif": {
"url": (
"https://github.com/fdintino/libavif/archive/"
"e10e6d98e6d1dbcdd409859a924d1b607a1e06dc.zip"
"617ebb423a99e9be73d99bbefcc1420b3f3ed384.zip"
),
"filename": "libavif-e10e6d98e6d1dbcdd409859a924d1b607a1e06dc.zip",
"dir": "libavif-e10e6d98e6d1dbcdd409859a924d1b607a1e06dc",
"filename": "libavif-617ebb423a99e9be73d99bbefcc1420b3f3ed384.zip",
"dir": "libavif-617ebb423a99e9be73d99bbefcc1420b3f3ed384",
"license": "LICENSE",
"build": [
cmd_mkdir("build.pillow"),
Expand Down

0 comments on commit d8fec21

Please sign in to comment.