mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 06:19:06 +08:00
15 lines
320 B
JSON
15 lines
320 B
JSON
|
{
|
||
|
"name": "mfx-dispatch",
|
||
|
"version": "1.35.1",
|
||
|
"description": "Open source Intel media sdk dispatcher",
|
||
|
"homepage": "https://github.com/lu-zero/mfx_dispatch",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"supports": "!linux & !uwp & !osx",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|