mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 23:28:59 +08:00
5bb60c0580
* [libsrt] respect VCPKG_LIBRARY_LINKAGE * ./vcpkg x-add-version --all
26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"name": "libsrt",
|
|
"version": "1.5.0",
|
|
"port-version": 1,
|
|
"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"
|
|
}
|
|
}
|
|
}
|