aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/live555/vcpkg.json
blob: b519c88b441fb1dcf70e85ad5b826b6866c42b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "live555",
  "version-date": "2024-11-28",
  "description": "A complete RTSP server application",
  "homepage": "http://www.live555.com/liveMedia",
  "license": "GPL-3.0-or-later",
  "supports": "!xbox",
  "dependencies": [
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}