Skip to content

Commit d5c5020

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

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
@@ -309,9 +309,9 @@ def cmd_msbuild(
309309
"bins": [r"*.dll"],
310310
},
311311
"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",
312+
"url": "https://github.com/AOMediaCodec/libavif/archive/v0.9.0.zip",
313+
"filename": "libavif-0.9.0.zip",
314+
"dir": "libavif-0.9.0",
315315
"build": [
316316
cmd_cd("ext"),
317317
cmd_rmdir("aom"),

0 commit comments

Comments
 (0)