mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:58:59 +08:00
19 lines
344 B
JSON
19 lines
344 B
JSON
{
|
|
"name": "aom",
|
|
"version-semver": "3.5.0",
|
|
"port-version": 1,
|
|
"description": "AV1 codec library",
|
|
"homepage": "https://aomedia.googlesource.com/aom",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|