aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libavif/vcpkg.json
blob: 63646d987ae44d3c3c945e59790c256d7d7b03c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "name": "libavif",
  "version-semver": "1.3.0",
  "port-version": 1,
  "description": "Library for encoding and decoding AVIF files",
  "homepage": "https://github.com/AOMediaCodec/libavif",
  "license": "BSD-2-Clause AND Apache-2.0",
  "dependencies": [
    "libyuv",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "aom": {
      "description": "AV1 codec library",
      "dependencies": [
        "aom"
      ]
    },
    "dav1d": {
      "description": "dav1d decoder library",
      "dependencies": [
        "dav1d"
      ]
    }
  }
}