aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libvmaf/vcpkg.json
blob: 6908982de1e9f85c1de8eb43b22ef6cf28c04976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "libvmaf",
  "version": "3.0.0",
  "description": "libvmaf is a library developed by Netflix to compute the VMAF (Video Multi-Method Assessment Fusion) metric.",
  "homepage": "https://github.com/Netflix/vmaf",
  "license": "BSD-2-Clause-Patent",
  "supports": "!windows",
  "dependencies": [
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}