We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246384d commit 09567f6Copy full SHA for 09567f6
depends/install_libavif.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -eo pipefail
3
4
-LIBAVIF_VERSION=0.8.4
+LIBAVIF_VERSION=0.9.0
5
6
if uname -s | grep -q Darwin; then
7
PREFIX=/usr/local
winbuild/build_prepare.py
@@ -304,9 +304,9 @@ def cmd_msbuild(
304
"bins": [r"*.dll"],
305
},
306
"libavif": {
307
- "url": "https://github.com/AOMediaCodec/libavif/archive/v0.8.4.zip",
308
- "filename": "libavif-0.8.4.zip",
309
- "dir": "libavif-0.8.4",
+ "url": "https://github.com/AOMediaCodec/libavif/archive/v0.9.0.zip",
+ "filename": "libavif-0.9.0.zip",
+ "dir": "libavif-0.9.0",
310
"build": [
311
cmd_cd("ext"),
312
cmd_rmdir("aom"),
0 commit comments