mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 17:31:29 +03:00
fix: vcpkg, cmake, compatibility 3.5 (#11356)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
16
vcpkg.json
16
vcpkg.json
@@ -48,6 +48,16 @@
|
||||
"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,
|
||||
@@ -90,10 +100,6 @@
|
||||
{
|
||||
"name": "amd-amf",
|
||||
"version": "1.4.35"
|
||||
},
|
||||
{
|
||||
"name": "mfx-dispatch",
|
||||
"version": "1.35.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user