mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:11:48 +08:00
ede6765542
Co-authored-by: Monica <v-liumonica@microsoft.com>
29 lines
694 B
JSON
29 lines
694 B
JSON
{
|
|
"name": "libsrt",
|
|
"version": "1.5.3",
|
|
"port-version": 3,
|
|
"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 & !xbox",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"bonding": {
|
|
"description": "Enables the Connection Bonding feature"
|
|
},
|
|
"tool": {
|
|
"description": "Builds libsrt executable"
|
|
}
|
|
}
|
|
}
|