Skip to content

Commit 09567f6

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

depends/install_libavif.sh

+1-1
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ def cmd_msbuild(
304304
"bins": [r"*.dll"],
305305
},
306306
"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",
307+
"url": "https://github.com/AOMediaCodec/libavif/archive/v0.9.0.zip",
308+
"filename": "libavif-0.9.0.zip",
309+
"dir": "libavif-0.9.0",
310310
"build": [
311311
cmd_cd("ext"),
312312
cmd_rmdir("aom"),

0 commit comments

Comments
 (0)