2023-11-03 15:50:17 +08:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2023-11-07 22:13:04 +08:00
|
|
|
{
|
|
|
|
"name": "oboe-wrapper",
|
|
|
|
"platform": "android"
|
|
|
|
},
|
2023-11-03 15:50:17 +08:00
|
|
|
{
|
|
|
|
"name": "opus",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "opus",
|
|
|
|
"host": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libvpx",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libvpx",
|
|
|
|
"host": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libyuv",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libyuv",
|
|
|
|
"host": false
|
2024-07-16 15:10:24 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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)"
|
2023-11-03 15:50:17 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"vcpkg-configuration": {
|
|
|
|
"default-registry": {
|
|
|
|
"kind": "builtin",
|
2024-07-16 15:10:24 +08:00
|
|
|
"baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625"
|
2023-11-03 15:50:17 +08:00
|
|
|
},
|
2024-07-16 15:10:24 +08:00
|
|
|
"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" }
|
|
|
|
]
|
|
|
|
}
|