Use same AVIF URL when fetching dependency (#8871)

This commit is contained in:
Andrew Murray 2025-06-22 22:08:51 +10:00 committed by GitHub
parent f8d53fb8e6
commit ae02518314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -385,8 +385,8 @@ DEPS: dict[str, dict[str, Any]] = {
"bins": [r"*.dll"],
},
"libavif": {
"url": f"https://github.com/AOMediaCodec/libavif/archive/v{V['LIBAVIF']}.zip",
"filename": f"libavif-{V['LIBAVIF']}.zip",
"url": f"https://github.com/AOMediaCodec/libavif/archive/v{V['LIBAVIF']}.tar.gz",
"filename": f"libavif-{V['LIBAVIF']}.tar.gz",
"license": "LICENSE",
"build": [
"rustup update",