vcpkg/ports/libavif/vcpkg.json
2023-10-04 12:52:44 -07:00

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"
]
}
}
}