Skip to content

Commit ae02518

Browse files
authored
Use same AVIF URL when fetching dependency (#8871)
1 parent f8d53fb commit ae02518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

winbuild/build_prepare.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ def cmd_msbuild(
385385
"bins": [r"*.dll"],
386386
},
387387
"libavif": {
388-
"url": f"https://github.com/AOMediaCodec/libavif/archive/v{V['LIBAVIF']}.zip",
389-
"filename": f"libavif-{V['LIBAVIF']}.zip",
388+
"url": f"https://github.com/AOMediaCodec/libavif/archive/v{V['LIBAVIF']}.tar.gz",
389+
"filename": f"libavif-{V['LIBAVIF']}.tar.gz",
390390
"license": "LICENSE",
391391
"build": [
392392
"rustup update",

0 commit comments

Comments
 (0)