vcpkg/ports/libsrt/vcpkg.json
chausner 469b6e7d8d
[libsrt] Update to 1.4.4 (#20641)
* Update libsrt to 1.4.4

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-13 14:17:25 -07:00

20 lines
487 B
JSON

{
"name": "libsrt",
"version": "1.4.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",
"supports": "!uwp",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"tool": {
"description": "Builds libsrt executable"
}
}
}