mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-23 19:49:05 +08:00
a72a8906b0
* Revert "Revert vcpkg ffmpeg (#8751)" This reverts commit5c16a8302e
. * vcpkg: Reland ffmpeg and try to fix sciter build Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> * vcpkg: Detect AVX2 by requiring __m256i (ubuntu18.04 sciter) Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> * Install nasm from debian buster and python3.7 ... from ubuntu universe [Skip CI] * vcpkg: Add libyuv port with fix for windows Fromabc59feabf
Found by @deep-soft Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> * Bump vcpkg baseline to 2024.07.12 Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> * Fix F-Droid version action I thought the latest release will be updated by the time hook starts but it is not the case. Get tag from GITHUB_REF instead if GITHUB_REF_TYPE is "tag". Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> --------- Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
94 lines
1.7 KiB
JSON
94 lines
1.7 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": "oboe-wrapper",
|
|
"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": "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": "f7423ee180c4b7f40d43402c2feb3859161ef625"
|
|
},
|
|
"overlay-ports": [
|
|
"./res/vcpkg"
|
|
]
|
|
},
|
|
"overrides": [
|
|
{ "name": "ffnvcodec", "version": "11.1.5.2" },
|
|
{ "name": "amd-amf", "version": "1.4.29" },
|
|
{ "name": "mfx-dispatch", "version": "1.35.1" }
|
|
]
|
|
} |