vcpkg/ports/libavif/vcpkg.json
Lily Wang b171feebd4
[libavif] Update to 1.1.1 (#41569)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-10-16 14:44:34 -07:00

33 lines
630 B
JSON

{
"name": "libavif",
"version-semver": "1.1.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"
]
},
"dav1d": {
"description": "dav1d decoder library",
"dependencies": [
"dav1d"
]
}
}
}