aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/libflac/vcpkg.json
blob: 0164efa188e14beffe5aa14aa2cb1a48347e8851 (plain) (blame)
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": "libflac",
  "version": "1.4.2",
  "port-version": 0,
  "description": "Library for manipulating FLAC files",
  "homepage": "https://xiph.org/flac/",
  "license": "GFDL-1.2-or-later",
  "dependencies": [
    "libogg",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "asm": {
      "description": "Use any assembly optimization routines",
      "supports": "x86"
    }
  }
}