vcpkg/ports/libsrt/vcpkg.json
2022-09-16 14:06:30 -07:00

29 lines
686 B
JSON

{
"name": "libsrt",
"version": "1.5.0",
"port-version": 2,
"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": {
"bonding": {
"description": "Enables the Connection Bonding feature"
},
"tool": {
"description": "Builds libsrt executable"
}
}
}