mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
d0b133ec3b
Fixes building ffmpeg[qsv] on Windows
16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"name": "mfx-dispatch",
|
|
"version": "1.35.1",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|