aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/librtmp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/librtmp/vcpkg.json')
-rw-r--r--vcpkg/ports/librtmp/vcpkg.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/librtmp/vcpkg.json b/vcpkg/ports/librtmp/vcpkg.json
new file mode 100644
index 0000000..7b6acc4
--- /dev/null
+++ b/vcpkg/ports/librtmp/vcpkg.json
@@ -0,0 +1,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"
+ ]
+}