vcpkg/ports/libavif/vcpkg.json
jim wang 927bc12e31
[libavif] add aom feature (#33378)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* add feature

* update version

* add dependency

* update version
2023-08-29 00:20:42 -07:00

28 lines
536 B
JSON

{
"name": "libavif",
"version-semver": "0.11.1",
"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"
]
}
}
}