mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 18:59:06 +08:00
c3db26403c
* [aom] Update to 3.2.0 * [ffmpeg] Add libaom support. * fixup
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"name": "aom",
|
|
"version-semver": "3.2.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
|
|
}
|
|
]
|
|
}
|