mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
04a8f42cbc
* [aom] Update to 3.5.0 * [aom] vcpkg x-add-version --all --overwrite-version * [aom] Added license * [aom] Added license * [aom] vcpkg x-add-version --all --overwrite-version * [aom] Revert UWP target cpu * [aom] vcpkg x-add-version --all --overwrite-version
19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"name": "aom",
|
|
"version-semver": "3.5.0",
|
|
"description": "AV1 codec library",
|
|
"homepage": "https://aomedia.googlesource.com/aom",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!(windows & arm & !uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|