aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mfx-dispatch/vcpkg.json
blob: f95c8c16cf30aaddeb6f2d621e41c45c67158254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "mfx-dispatch",
  "version": "1.35.1",
  "port-version": 5,
  "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"
    }
  ]
}