rust-rustdesk/res/vcpkg/mfx-dispatch/vcpkg.json
fufesou 9ddeab9be2
fix: vcpkg, cmake, compatibility 3.5 (#11356)
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-04-05 08:45:01 +08:00

16 lines
405 B
JSON

{
"name": "mfx-dispatch",
"version": "1.35.1",
"port-version": 5,
"description": "Open source Intel media sdk dispatcher",
"homepage": "https://github.com/lu-zero/mfx_dispatch",
"license": "BSD-3-Clause",
"supports": "((x86 | x64) & (android | linux)) | (windows & !uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true,
"platform": "windows & !mingw"
}
]
}