mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 09:23:11 +03:00
Switch to .tar.gz for libavif
This commit is contained in:
parent
cda26be10e
commit
55f5d4f9f5
|
@ -381,8 +381,8 @@ DEPS: dict[str, dict[str, Any]] = {
|
||||||
"bins": [r"*.dll"],
|
"bins": [r"*.dll"],
|
||||||
},
|
},
|
||||||
"libavif": {
|
"libavif": {
|
||||||
"url": f"https://github.com/AOMediaCodec/libavif/archive/v{V['LIBAVIF']}.zip",
|
"url": f"https://github.com/AOMediaCodec/libavif/archive/v{V['LIBAVIF']}.tar.gz",
|
||||||
"filename": f"libavif-{V['LIBAVIF']}.zip",
|
"filename": f"libavif-{V['LIBAVIF']}.tar.gz",
|
||||||
"license": "LICENSE",
|
"license": "LICENSE",
|
||||||
"build": [
|
"build": [
|
||||||
f"{sys.executable} -m pip install meson",
|
f"{sys.executable} -m pip install meson",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user