mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 12:20:03 +03:00
Add custom ports not (yet) in upstream vcpkg
aom 3.7.0 libvpx 1.13.1: https://github.com/microsoft/vcpkg/pull/34814 Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
59
vcpkg.json
Normal file
59
vcpkg.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"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": "opus",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "opus",
|
||||
"host": false
|
||||
},
|
||||
{
|
||||
"name": "libvpx",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "libvpx",
|
||||
"host": false
|
||||
},
|
||||
{
|
||||
"name": "libyuv",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "libyuv",
|
||||
"host": false
|
||||
}
|
||||
],
|
||||
"vcpkg-configuration": {
|
||||
"default-registry": {
|
||||
"kind": "builtin",
|
||||
"baseline": ""
|
||||
},
|
||||
"overlay-ports": [ "./res/vcpkg" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user