mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-10 17:25:09 +03:00
* Fork vcpkg triplets to keep Android API version on 21 Fixes crash on API platforms 21 to 23 due to missing symbol `__write_chk` (available since API 24). Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> * flutter/build_android_deps.sh: Refactor to remove unused ... variables and shellcheck warnings. Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> --------- Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
114 lines
2.1 KiB
JSON
114 lines
2.1 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": "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 & !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": "120deac3062162151622ca4860575a33844ba10b"
|
|
},
|
|
"overlay-ports": [
|
|
"./res/vcpkg"
|
|
],
|
|
"overlay-triplets": [
|
|
"./res/vcpkg-triplets"
|
|
]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"name": "ffnvcodec",
|
|
"version": "12.1.14.0"
|
|
},
|
|
{
|
|
"name": "amd-amf",
|
|
"version": "1.4.35"
|
|
}
|
|
]
|
|
}
|