We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d53fb commit ae02518Copy full SHA for ae02518
winbuild/build_prepare.py
@@ -385,8 +385,8 @@ def cmd_msbuild(
385
"bins": [r"*.dll"],
386
},
387
"libavif": {
388
- "url": f"https://github.com/AOMediaCodec/libavif/archive/v{V['LIBAVIF']}.zip",
389
- "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",
390
"license": "LICENSE",
391
"build": [
392
"rustup update",
0 commit comments