summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-05-24 16:41:04 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-05-24 19:12:25 +0200
commit826a7361768fb8518aadc3acb84c243b240bb4d4 (patch)
tree0965ae6a843ce771822729dcaed5045d1c2a9812
parentb7098e7496f072126385f0b4b4fe7be44a600a3c (diff)
downloadfork-godot-webrtc-native-826a7361768fb8518aadc3acb84c243b240bb4d4.tar.gz
fork-godot-webrtc-native-826a7361768fb8518aadc3acb84c243b240bb4d4.tar.bz2
fork-godot-webrtc-native-826a7361768fb8518aadc3acb84c243b240bb4d4.zip
[libdatachannel] Bump to version 0.18.4
-rw-r--r--thirdparty/README.md6
m---------thirdparty/libdatachannel0
-rw-r--r--tools/rtc.py1
3 files changed, 4 insertions, 3 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md
index 572da26..6e82e15 100644
--- a/thirdparty/README.md
+++ b/thirdparty/README.md
@@ -19,7 +19,7 @@ Module location:
## libdatachannel
- Upstream: https://github.com/paullouisageneau/libdatachannel
-- Version: 0.18.1 (595f0ebaac3974f17e5a5c63e7e7dc0c5edd163d, 2022)
+- Version: 0.18.4 (4dd6c2117684c3d7d13c0d02b5aee8d4c2b661b0, 2023)
- License: MPL 2.0
Module location:
@@ -30,7 +30,7 @@ Module location:
# libjuice
- Upstream: https://github.com/paullouisageneau/libjuice
-- Version: 1.1.0 (0dabc046cd23da6908749e4c6add834ec29a7c49, 2022)
+- Version: 1.2.3 (8c23cc88c6d41e5ccbc44ea0ad3d79b22cf02361, 2023)
- License: MPL 2.0
Module location:
@@ -41,7 +41,7 @@ Module location:
## libsrtp
- Upstream: https://github.com/cisco/libsrtp
-- Version: 2.4.2 (90d05bf8980d16e4ac3f16c19b77e296c4bc207b, 2021)
+- Version: 2.5.0 (a566a9cfcd619e8327784aa7cff4a1276dc1e895, 2023)
- License: BSD-3-Clause
Module location:
diff --git a/thirdparty/libdatachannel b/thirdparty/libdatachannel
-Subproject 595f0ebaac3974f17e5a5c63e7e7dc0c5edd163
+Subproject 4dd6c2117684c3d7d13c0d02b5aee8d4c2b661b
diff --git a/tools/rtc.py b/tools/rtc.py
index da15a84..0e7330c 100644
--- a/tools/rtc.py
+++ b/tools/rtc.py
@@ -52,6 +52,7 @@ def rtc_cmake_config(env):
config["CMAKE_OSX_SYSROOT"] = "iphonesimulator"
elif env["platform"] == "windows":
config["CMAKE_SYSTEM_NAME"] = "Windows"
+ config["BUILD_WITH_WARNINGS"] = "0" # Disables werror in libsrtp.
return config