aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zlmediakit/vcpkg.json
blob: 104c05de8d3d7971f749e68b79db11ee8e747ccd (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "zlmediakit",
  "version-date": "2024-09-29",
  "port-version": 1,
  "description": "A high-performance carrier-grade streaming media service framework based on C++11.",
  "homepage": "https://github.com/ZLMediaKit/ZLMediaKit",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    "jsoncpp",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "mp4",
    "openssl",
    "webrtc"
  ],
  "features": {
    "mp4": {
      "description": "Enable MP4"
    },
    "openssl": {
      "description": "Enable OpenSSL",
      "dependencies": [
        "openssl"
      ]
    },
    "sctp": {
      "description": "Enable SCTP",
      "dependencies": [
        "usrsctp"
      ]
    },
    "webrtc": {
      "description": "Enable WebRTC",
      "dependencies": [
        {
          "name": "libsrtp",
          "features": [
            "openssl"
          ]
        }
      ]
    }
  }
}