mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
835f1613b5
* [aom] Add new port * [aom] vcpkg x-add-version --all * [aom] Added versions/a-/aom.json * [aom] Fixes after review * [aom] vcpkg x-add-version --all --overwrite-version * [aom] Remove usage * [aom] vcpkg x-add-version --all --overwrite-version * [aom] Update ports/aom/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [aom] vcpkg x-add-version --all --overwrite-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"name": "aom",
|
|
"version-semver": "3.1.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|