Skip to content

Commit

Permalink
Updated libavif to 0.9.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
  • Loading branch information
radarhere and radarhere committed Mar 28, 2021
1 parent 90e5186 commit a9b00e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion depends/install_libavif.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eo pipefail

LIBAVIF_VERSION=0.8.4
LIBAVIF_VERSION=0.9.0

if uname -s | grep -q Darwin; then
PREFIX=/usr/local
Expand Down
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ def cmd_msbuild(
"bins": [r"*.dll"],
},
"libavif": {
"url": "https://github.com/AOMediaCodec/libavif/archive/v0.8.4.zip",
"filename": "libavif-0.8.4.zip",
"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",
"build": [
cmd_cd("ext"),
cmd_rmdir("aom"),
Expand Down

0 comments on commit a9b00e0

Please sign in to comment.