mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 02:09:00 +08:00
469b6e7d8d
* Update libsrt to 1.4.4 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
20 lines
487 B
JSON
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"
|
|
}
|
|
}
|
|
}
|