aboutsummaryrefslogtreecommitdiff
path: root/ports/sndfile/vcpkg.json
blob: 2f91543bd334d019d3a45abb314eae6a199c85c5 (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
{
  "name": "sndfile",
  "version-string": "0",
  "port-version": 1,
  "description": "x Library to read, write and manipulate many soundfile types.",
  "dependencies": [
    "libsndfile"
  ],
  "default-features": [
    "external-libs"
  ],
  "features": {
    "external-libs": {
      "description": "Support Ogg Vorbis and FLAC audio files",
      "dependencies": [
        {
          "name": "libsndfile",
          "features": [
            "external-libs"
          ]
        }
      ]
    }
  }
}