diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-10-29 02:23:21 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-10-28 11:23:21 -0700 |
| commit | d1d449e8e34cbefc616c3daabb932606bed40654 (patch) | |
| tree | 4cf7c2537413f5120cc955e2f465783933c94ff0 /ports/libsrt/CONTROL | |
| parent | c7d09309c14d20cfdb6c9333c99eba570ad2b3f0 (diff) | |
| download | vcpkg-d1d449e8e34cbefc616c3daabb932606bed40654.tar.gz vcpkg-d1d449e8e34cbefc616c3daabb932606bed40654.zip | |
[libsrt]Add new port. (#8712)
* [libsrt]Add new port.
* [libsrt]Add patch.
* [libsrt]Does not support uwp.
* [libsrt]Remove usless blank line.
Diffstat (limited to 'ports/libsrt/CONTROL')
| -rw-r--r-- | ports/libsrt/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/libsrt/CONTROL b/ports/libsrt/CONTROL new file mode 100644 index 000000000..76a985f2b --- /dev/null +++ b/ports/libsrt/CONTROL @@ -0,0 +1,8 @@ +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 |
