mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:40:11 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|