aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libdatachannel/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libdatachannel/vcpkg.json')
-rw-r--r--vcpkg/ports/libdatachannel/vcpkg.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/vcpkg/ports/libdatachannel/vcpkg.json b/vcpkg/ports/libdatachannel/vcpkg.json
new file mode 100644
index 0000000..fa4dbc1
--- /dev/null
+++ b/vcpkg/ports/libdatachannel/vcpkg.json
@@ -0,0 +1,40 @@
+{
+ "name": "libdatachannel",
+ "version-semver": "0.23.2",
+ "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": "MPL-2.0",
+ "supports": "!xbox",
+ "dependencies": [
+ "libjuice",
+ "nlohmann-json",
+ "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"
+ }
+ }
+}