Skip to content

Commit

Permalink
chore: update libavif and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Feb 5, 2024
1 parent 69e78e6 commit 955f7f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
MACOSX_DEPLOYMENT_TARGET: "10.10"
WHEEL_SDIR: wheelhouse
CONFIG_PATH: pillow-avif-plugin/wheelbuild/config.sh
LIBAVIF_VERSION: ee29bec775ab8e6d555f602775301c14302b96e7
LIBAVIF_VERSION: a1b1960a3a65fe8dfafcea131e7ae05a7152c29f

jobs:
build:
Expand Down
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=ee29bec775ab8e6d555f602775301c14302b96e7
LIBAVIF_VERSION=a1b1960a3a65fe8dfafcea131e7ae05a7152c29f
AOM_VERSION=3.7.0
DAV1D_VERSION=1.2.1
SVT_AV1_VERSION=1.7.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/AOMediaCodec/libavif/archive/"
"ee29bec775ab8e6d555f602775301c14302b96e7.zip"
"a1b1960a3a65fe8dfafcea131e7ae05a7152c29f.zip"
),
"filename": "libavif-ee29bec775ab8e6d555f602775301c14302b96e7.zip",
"dir": "libavif-ee29bec775ab8e6d555f602775301c14302b96e7",
"filename": "libavif-a1b1960a3a65fe8dfafcea131e7ae05a7152c29f.zip",
"dir": "libavif-a1b1960a3a65fe8dfafcea131e7ae05a7152c29f",
"license": "LICENSE",
"build": [
cmd_mkdir(r"ext\rav1e\build.libavif\usr"),
Expand Down

0 comments on commit 955f7f9

Please sign in to comment.