aboutsummaryrefslogtreecommitdiff
path: root/ports/opusfile/vcpkg.json
blob: 212c393f55964c2e99a4f09c59448dd283fccbe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "opusfile",
  "version-string": "0.12",
  "port-version": 1,
  "description": "Stand-alone decoder library for .opus streams",
  "homepage": "https://github.com/xiph/opusfile",
  "supports": "!uwp",
  "dependencies": [
    "libogg",
    "opus"
  ],
  "features": {
    "opusurl": {
      "description": "Support decoding of http(s) streams",
      "dependencies": [
        "openssl"
      ]
    }
  }
}