Skip to content

Updated libavif to 0.9.0 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated libavif to 0.9.0
  • Loading branch information
radarhere committed Mar 26, 2021
commit 67bea90d28510b2313b9a003259d064540bd81b0
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 @@ -318,9 +318,9 @@ def cmd_msbuild(
"bins": [r"libraqm.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