mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:48:59 +08:00
c5a9aa4028
* update libavif * update version * update patch * update version * update EOF * update version * update patch * update version --------- Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
20 lines
398 B
JSON
20 lines
398 B
JSON
{
|
|
"name": "libavif",
|
|
"version-semver": "0.11.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
|
|
}
|
|
]
|
|
}
|