mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 16:21:47 +08:00
f2e53addee
* Update libjuice and libdatachannel * Update libjuice * Update baseline * Update libdatachannel to 0.14.1 Fixes *-uwp. * Update baseline. * Fix nettle discovery * Fix usrsctp library path. * Fix libdatachannel not being built SHARED. * Update baseline. Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
30 lines
795 B
JSON
30 lines
795 B
JSON
{
|
|
"name": "libdatachannel",
|
|
"version-semver": "0.14.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"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|