vcpkg/ports/mfx-dispatch/vcpkg.json
Julian Xhokaxhiu d0b133ec3b
[mfx-dispatch] Fix pkgconfig lib syntax (#34196)
Fixes building ffmpeg[qsv] on Windows
2023-10-02 19:55:25 -07:00

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
}
]
}