aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/svt-av1/vcpkg.json
blob: c84f97e7a58b2b21503d483807320a73e89ce824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "svt-av1",
  "version-semver": "3.1.2",
  "description": "AV1 software video encoder library",
  "homepage": "https://gitlab.com/AOMediaCodec/SVT-AV1",
  "license": "BSD-3-Clause",
  "supports": "!x86 & !arm32 & !uwp",
  "dependencies": [
    "fastfeat",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}