vcpkg/ports/libavif/vcpkg.json
2024-08-27 01:57:13 -07:00

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