mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
34 lines
651 B
JSON
34 lines
651 B
JSON
{
|
|
"name": "libavif",
|
|
"version-semver": "1.0.4",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
},
|
|
"dav1d": {
|
|
"description": "dav1d decoder library",
|
|
"dependencies": [
|
|
"dav1d"
|
|
]
|
|
}
|
|
}
|
|
}
|