early-access version 2853
This commit is contained in:
38
externals/vcpkg/ports/libdatachannel/vcpkg.json
vendored
Executable file
38
externals/vcpkg/ports/libdatachannel/vcpkg.json
vendored
Executable file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "libdatachannel",
|
||||
"version-semver": "0.17.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",
|
||||
"license": "LGPL-2.1-only",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user