aboutsummaryrefslogtreecommitdiff
path: root/ports/x264/vcpkg.json
blob: 128d8ccf410125649d7391d27c9b5725d13774a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "x264",
  "version-string": "157-303c484ec828ed0",
  "port-version": 15,
  "description": "x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format",
  "homepage": "https://github.com/mirror/x264",
  "supports": "!arm",
  "dependencies": [
    {
      "name": "pthread",
      "platform": "linux & osx"
    }
  ]
}