Skip to content

Commit

Permalink
Update windows libavif dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Sep 11, 2023
1 parent 8f1fa97 commit 09ed9ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ def cmd_cmake(params=None, file="."):
"libs": [r"libpng16.lib"],
},
"libavif": {
"url": "https://github.com/AOMediaCodec/libavif/archive/v0.11.0.tar.gz",
"filename": "libavif-0.11.0.tar.gz",
"dir": "libavif-0.11.0",
"url": "https://github.com/AOMediaCodec/libavif/archive/v1.0.1.tar.gz",
"filename": "libavif-1.0.1.tar.gz",
"dir": "libavif-1.0.1",
"patch": {
"src/codec_aom.c": {
"if (aomCpuUsed >= 7)": "if (0)",
Expand Down

0 comments on commit 09ed9ac

Please sign in to comment.