mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
7e21788934
* [libjuice] Update to 0.9.1 * Small changes * [libdatachannel] Update the usage of libjuice
39 lines
945 B
JSON
39 lines
945 B
JSON
{
|
|
"name": "libdatachannel",
|
|
"version-semver": "0.15.1",
|
|
"port-version": 1,
|
|
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
|
|
"homepage": "https://github.com/paullouisageneau/libdatachannel",
|
|
"dependencies": [
|
|
"libjuice",
|
|
"openssl",
|
|
"plog",
|
|
"usrsctp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"ws"
|
|
],
|
|
"features": {
|
|
"srtp": {
|
|
"description": "Use Cisco's libSRTP for media transport.",
|
|
"dependencies": [
|
|
"libsrtp"
|
|
]
|
|
},
|
|
"stdcall": {
|
|
"description": "Use stdcall convention in callbacks"
|
|
},
|
|
"ws": {
|
|
"description": "Web Socket support"
|
|
}
|
|
}
|
|
}
|