Files
rustdesk/vcpkg.json
Kino cec4085238 Bump aom to v3.14.1 (#15883)
* Bump aom to v3.14.1

* Remove oboe dependency in vcpkg.json
2026-08-25 19:53:56 +08:00

110 lines
2.0 KiB
JSON

{
"dependencies": [
{
"name": "aom",
"host": true
},
{
"name": "aom",
"host": false
},
{
"name": "cpu-features",
"platform": "android"
},
{
"name": "libjpeg-turbo",
"host": true
},
{
"name": "libjpeg-turbo",
"host": false
},
{
"name": "libsodium",
"host": false,
"platform": "windows & arm64"
},
{
"name": "opus",
"host": true
},
{
"name": "opus",
"host": false
},
{
"name": "libvpx",
"host": true
},
{
"name": "libvpx",
"host": false
},
{
"name": "libyuv",
"host": true
},
{
"name": "libyuv",
"host": false
},
{
"name": "mfx-dispatch",
"host": true,
"platform": "((x86 | x64) & (android | linux)) | (windows & !uwp)"
},
{
"name": "mfx-dispatch",
"host": false,
"platform": "((x86 | x64) & (android | linux)) | (windows & !uwp)"
},
{
"name": "ffmpeg",
"host": true,
"features": [
{
"name": "amf",
"platform": "(((windows & !arm) | linux) & static)"
},
{
"name": "nvcodec",
"platform": "(((windows & !arm) | linux) & static)"
},
{
"name": "qsv",
"platform": "(windows & !arm & static)"
}
],
"platform": "((windows | (linux & !arm32) | osx) & static)"
},
{
"name": "ffmpeg",
"host": false,
"platform": "((android | ios | (linux & arm32)) & static)"
}
],
"vcpkg-configuration": {
"default-registry": {
"kind": "builtin",
"baseline": "9e593bb18ea69cc5095e012465dcd675a822ed0d"
},
"overlay-ports": [
"./res/vcpkg"
],
"overlay-triplets": [
"./res/vcpkg-triplets"
]
},
"overrides": [
{
"name": "ffnvcodec",
"version": "12.1.14.0"
},
{
"name": "amd-amf",
"version": "1.4.35"
}
]
}