mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 15:51:29 +03:00
linux android use cpal (#9914)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
19
vcpkg.json
19
vcpkg.json
@@ -24,10 +24,6 @@
|
||||
"name": "oboe",
|
||||
"platform": "android"
|
||||
},
|
||||
{
|
||||
"name": "oboe-wrapper",
|
||||
"platform": "android"
|
||||
},
|
||||
{
|
||||
"name": "opus",
|
||||
"host": true
|
||||
@@ -87,8 +83,17 @@
|
||||
]
|
||||
},
|
||||
"overrides": [
|
||||
{ "name": "ffnvcodec", "version": "12.1.14.0" },
|
||||
{ "name": "amd-amf", "version": "1.4.29" },
|
||||
{ "name": "mfx-dispatch", "version": "1.35.1" }
|
||||
{
|
||||
"name": "ffnvcodec",
|
||||
"version": "12.1.14.0"
|
||||
},
|
||||
{
|
||||
"name": "amd-amf",
|
||||
"version": "1.4.29"
|
||||
},
|
||||
{
|
||||
"name": "mfx-dispatch",
|
||||
"version": "1.35.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user