vcpkg/ports/mfx-dispatch/vcpkg.json
2024-08-17 01:46:09 -07:00

17 lines
411 B
JSON

{
"name": "mfx-dispatch",
"version": "1.35.1",
"port-version": 4,
"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"
}
]
}