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 604aa8e commit ca65880Copy full SHA for ca65880
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
@@ -307,9 +307,9 @@ def cmd_msbuild(
307
"bins": [r"*.dll"],
308
},
309
"libavif": {
310
- "url": "https://github.com/AOMediaCodec/libavif/archive/v0.8.4.zip",
311
- "filename": "libavif-0.8.4.zip",
312
- "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",
313
"build": [
314
cmd_cd("ext"),
315
cmd_rmdir("aom"),
0 commit comments