mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:48:59 +08:00
17 lines
411 B
JSON
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"
|
|
}
|
|
]
|
|
}
|