aboutsummaryrefslogtreecommitdiff
path: root/ports/libflac/vcpkg.json
blob: 07073d8020775e950c8613f59cf66f6d7aadbf62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "libflac",
  "version-string": "1.3.3",
  "port-version": 6,
  "description": "Library for manipulating FLAC files",
  "homepage": "https://xiph.org/flac/",
  "dependencies": [
    "libogg"
  ],
  "features": {
    "asm": {
      "description": "Use any assembly optimization routines"
    }
  }
}