mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-08 11:24:13 +03:00
Merge 55f5d4f9f5
into cda26be10e
This commit is contained in:
commit
f3addaef37
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user