aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/librtmp/vcpkg.json
blob: 7b6acc44f084a410eacb588e2dc779d2d28b30bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "librtmp",
  "version-date": "2024-03-01",
  "port-version": 1,
  "description": "RTMPDump Real-Time Messaging Protocol API",
  "homepage": "https://rtmpdump.mplayerhq.hu",
  "dependencies": [
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ]
}