mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:32:20 +08:00
927bc12e31
* Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * update version * add feature * update version * add dependency * update version
28 lines
536 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|