mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 09:49:02 +08:00
20 lines
382 B
JSON
20 lines
382 B
JSON
|
{
|
||
|
"name": "libavif",
|
||
|
"version-semver": "0.9.1",
|
||
|
"description": "Library for encoding and decoding AVIF files",
|
||
|
"homepage": "https://github.com/AOMediaCodec/libavif",
|
||
|
"supports": "!uwp & !arm",
|
||
|
"dependencies": [
|
||
|
"aom",
|
||
|
"libyuv",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|