aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libflac/vcpkg.json
blob: 9c55a31de714d14322510d4177d18aad2351f6cf (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
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "libflac",
  "version": "1.5.0",
  "description": "Library for manipulating FLAC files",
  "homepage": "https://xiph.org/flac/",
  "license": "BSD-3-Clause",
  "dependencies": [
    "libogg",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "stack-protector",
      "platform": "!emscripten"
    }
  ],
  "features": {
    "asm": {
      "description": "Use any assembly optimization routines",
      "supports": "x86"
    },
    "multithreading": {
      "description": "Enable multithreading if pthreads is available"
    },
    "stack-protector": {
      "description": "Build with stack smashing protection",
      "supports": "!emscripten"
    }
  }
}