aboutsummaryrefslogtreecommitdiff
path: root/ports/avcpp/vcpkg.json
blob: 8a2495d98e80c533503c1e68460535177390ca0f (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
{
  "name": "avcpp",
  "version-date": "2021-05-06",
  "port-version": 1,
  "description": "Wrapper for the FFmpeg that simplify usage it from C++ projects.",
  "homepage": "https://github.com/h4tr3d/avcpp",
  "dependencies": [
    {
      "name": "ffmpeg",
      "default-features": false,
      "features": [
        "avcodec",
        "avdevice",
        "avfilter",
        "avformat",
        "swresample",
        "swscale"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}