mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:29:11 +08:00
9535ae5f7d
* [libavif] Added libavif * [libavif] vcpkg x-add-version --all * [libavif] Fixed compilation error * [libavif] vcpkg x-add-version --all --overwrite-version * [libavif] Install CMake configs in static mode as well * [libavif] vcpkg x-add-version --all --overwrite-version * [libavif] Fixed port name * [libavif] vcpkg x-add-version --all --overwrite-version * [libavif] Update the CMake-related patch * [libavif] vcpkg x-add-version --all --overwrite-version
20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"name": "libavif",
|
|
"version-semver": "0.9.1",
|
|
"description": "Library for encoding and decoding AVIF files",
|
|
"homepage": "https://github.com/AOMediaCodec/libavif",
|
|
"supports": "!uwp & !arm",
|
|
"dependencies": [
|
|
"aom",
|
|
"libyuv",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|