aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmpeg2/vcpkg.json
blob: 93058b15b9306e5fddb1c76b7b0cf88c0b8bcfcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libmpeg2",
  "version": "0.5.1",
  "port-version": 4,
  "description": "a free MPEG-2 video stream decoder",
  "homepage": "http://libmpeg2.sourceforge.net/",
  "supports": "!(linux | osx | uwp | android)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build tools provided with libmpeg2"
    }
  }
}