mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 10:49:26 +08:00
21 lines
419 B
JSON
21 lines
419 B
JSON
{
|
|
"name": "libavif",
|
|
"version-semver": "0.11.1",
|
|
"port-version": 1,
|
|
"description": "Library for encoding and decoding AVIF files",
|
|
"homepage": "https://github.com/AOMediaCodec/libavif",
|
|
"license": "BSD-2-Clause AND Apache-2.0",
|
|
"dependencies": [
|
|
"aom",
|
|
"libyuv",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|