aboutsummaryrefslogtreecommitdiff
path: root/ports/avcpp/vcpkg.json
blob: 9f1e067384448891d92b7ee0ed58d89ddff74804 (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
{
  "name": "avcpp",
  "version-date": "2021-06-14",
  "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
    }
  ]
}