mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:19:06 +08:00
9e7cb8379e
* [libdatachannel] Fix usage * Update version files
31 lines
816 B
JSON
31 lines
816 B
JSON
{
|
|
"name": "libdatachannel",
|
|
"version-semver": "0.12.2",
|
|
"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"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|