mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-21 09:41:59 +03:00
Merge 55f5d4f9f5
into eb0395442c
This commit is contained in:
commit
89341ae976
|
@ -385,8 +385,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