aboutsummaryrefslogtreecommitdiff
path: root/ports/libsrt
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libsrt')
-rw-r--r--ports/libsrt/CONTROL8
-rw-r--r--ports/libsrt/vcpkg.json19
2 files changed, 19 insertions, 8 deletions
diff --git a/ports/libsrt/CONTROL b/ports/libsrt/CONTROL
deleted file mode 100644
index 76a985f2b..000000000
--- a/ports/libsrt/CONTROL
+++ /dev/null
@@ -1,8 +0,0 @@
-Source: libsrt
-Version: 1.3.4
-Description: Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.
-Homepage: https://github.com/Haivision/srt
-Build-Depends: openssl, pthreads (windows)
-
-Feature: tool
-Description: Builds libsrt executable \ No newline at end of file
diff --git a/ports/libsrt/vcpkg.json b/ports/libsrt/vcpkg.json
new file mode 100644
index 000000000..16d20929a
--- /dev/null
+++ b/ports/libsrt/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "libsrt",
+ "version-string": "1.3.4",
+ "port-version": 1,
+ "description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.",
+ "homepage": "https://github.com/Haivision/srt",
+ "dependencies": [
+ "openssl",
+ {
+ "name": "pthreads",
+ "platform": "windows"
+ }
+ ],
+ "features": {
+ "tool": {
+ "description": "Builds libsrt executable"
+ }
+ }
+}