mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:49:00 +08:00
27 lines
514 B
JSON
27 lines
514 B
JSON
{
|
|
"name": "libavif",
|
|
"version-semver": "1.0.1",
|
|
"description": "Library for encoding and decoding AVIF files",
|
|
"homepage": "https://github.com/AOMediaCodec/libavif",
|
|
"license": "BSD-2-Clause AND Apache-2.0",
|
|
"dependencies": [
|
|
"libyuv",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"aom": {
|
|
"description": "AV1 codec library",
|
|
"dependencies": [
|
|
"aom"
|
|
]
|
|
}
|
|
}
|
|
}
|