mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:01:37 +08:00
30619e717a
* [libsrt] Update port to 1.5.0 * Remove unnecessary port-version and ci.baseline.txt entries. Co-authored-by: Billy O'Neal <bion@microsoft.com>
25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"name": "libsrt",
|
|
"version": "1.5.0",
|
|
"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",
|
|
"license": "MPL-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "Builds libsrt executable"
|
|
}
|
|
}
|
|
}
|