rustdesk/vcpkg.json
fufesou 36815e9a02
fix: build macos (#11448)
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-04-12 12:39:05 +08:00

105 lines
1.9 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": "oboe",
"platform": "android"
},
{
"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 | linux) & static)"
},
{
"name": "nvcodec",
"platform": "((windows | linux) & static)"
},
{
"name": "qsv",
"platform": "(windows & static)"
}
],
"platform": "((windows | (linux & !arm32) | osx) & static)"
},
{
"name": "ffmpeg",
"host": false,
"platform": "((android | ios | (linux & arm32)) & static)"
}
],
"vcpkg-configuration": {
"default-registry": {
"kind": "builtin",
"baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836"
},
"overlay-ports": [
"./res/vcpkg"
]
},
"overrides": [
{
"name": "ffnvcodec",
"version": "12.1.14.0"
},
{
"name": "amd-amf",
"version": "1.4.35"
}
]
}