mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 12:29:04 +08:00
0143eaf601
* use vcpkg to install ffmpeg and build sdk from source, so no prebuild lib in hwcodec. * link ffmpeg in rustdesk directly, ffmpeg can be used as basic library. * for windows developers, `VCPKG_DEFAULT_HOST_TRIPLET` env need to be set to `x64-windows-static` during installation. Signed-off-by: 21pages <sunboeasy@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 | osx) & static)"
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"host": false,
|
|
"platform": "((android | ios) & 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" }
|
|
]
|
|
} |