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