aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/x264/vcpkg.json
blob: 1a9b14f80a304476d16b7d9929aad54f24d77b9b (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
34
35
36
37
38
39
40
41
{
  "name": "x264",
  "version": "0.164.3108",
  "port-version": 2,
  "description": "x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format",
  "homepage": "https://www.videolan.org/developers/x264.html",
  "license": "GPL-2.0-or-later",
  "supports": "!xbox",
  "dependencies": [
    {
      "name": "vcpkg-make",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "asm",
      "platform": "!(arm32 & windows)"
    },
    {
      "name": "gpl",
      "platform": "!(arm32 & windows)"
    }
  ],
  "features": {
    "asm": {
      "description": "Enable platform-specific assembly optimizations",
      "supports": "!(arm32 & windows)"
    },
    "chroma-format-all": {
      "description": "Output all chroma formats"
    },
    "gpl": {
      "description": "Allow use of GPL code, the resulting libs and binaries will be under GPL"
    },
    "tool": {
      "description": "Build the command line tool",
      "supports": "!uwp"
    }
  }
}