aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmad/vcpkg.json
blob: 0a611798beacf5cb86074c6038d8b9a6fa3a1e37 (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": "libmad",
  "version": "0.16.4",
  "port-version": 4,
  "description": "high-quality MPEG audio decoder",
  "homepage": "https://codeberg.org/tenacityteam/libmad",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "aso",
      "platform": "x86 | x64 | arm"
    }
  ],
  "features": {
    "aso": {
      "description": "Enable CPU architecture-specific optimizations (x86, ARM and MIPS only)",
      "supports": "x86 | x64 | arm"
    }
  }
}