aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opus/vcpkg.json
blob: 1afe66a92eecbc65f6a758e5e0f7ed311c190754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "opus",
  "version": "1.5.2",
  "port-version": 1,
  "description": "Totally open, royalty-free, highly versatile audio codec",
  "homepage": "https://github.com/xiph/opus",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "avx2": {
      "description": "Builds the library with avx2 instruction set"
    }
  }
}