fix: vcpkg, cmake, compatibility 3.5 (#11356)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-04-05 08:45:01 +08:00
committed by GitHub
parent d808bb2947
commit 9ddeab9be2
6 changed files with 182 additions and 5 deletions

View File

@@ -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"
}
]
}
}