mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
bdc8687f7c
* [aom] Update aom 3.1.0 -> 3.1.2 * [aom] vcpkg x-add-version --all
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"name": "aom",
|
|
"version-semver": "3.1.2",
|
|
"description": "AV1 codec library",
|
|
"homepage": "https://aomedia.googlesource.com/aom",
|
|
"supports": "!uwp & !arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|