Switch to .tar.gz for libavif

This commit is contained in:
Andrew Murray 2025-04-04 22:38:56 +11:00
parent cda26be10e
commit 55f5d4f9f5

View File

@ -381,8 +381,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": [
f"{sys.executable} -m pip install meson",