Skip to content

Commit ca65880

Browse files
radarherefdintino
authored andcommitted
Updated libavif to 0.9.0 (#1)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
1 parent 604aa8e commit ca65880

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

depends/install_libavif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -eo pipefail
33

4-
LIBAVIF_VERSION=0.8.4
4+
LIBAVIF_VERSION=0.9.0
55

66
if uname -s | grep -q Darwin; then
77
PREFIX=/usr/local

winbuild/build_prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ def cmd_msbuild(
307307
"bins": [r"*.dll"],
308308
},
309309
"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",
310+
"url": "https://github.com/AOMediaCodec/libavif/archive/v0.9.0.zip",
311+
"filename": "libavif-0.9.0.zip",
312+
"dir": "libavif-0.9.0",
313313
"build": [
314314
cmd_cd("ext"),
315315
cmd_rmdir("aom"),

0 commit comments

Comments
 (0)