vcpkg/ports/aom/vcpkg.json
Dmitry Baryshev 04a8f42cbc
[aom] Update to 3.5.0 (#27462)
* [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
2022-10-25 21:10:47 -07:00

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
}
]
}