diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-06-16 11:32:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 11:32:10 +0200 |
commit | b2654cc2bd5487943c44b4bdee646113d4cf45f3 (patch) | |
tree | 905bce590cbc44c4077defa52276bac245c22a2a /deps | |
parent | 8c18112f5dcf96bf24fab14ab4470c00ab7f7f70 (diff) | |
parent | e19b3701260d4a855736c623b8c8a270413f041e (diff) | |
download | fork-godot-webrtc-native-b2654cc2bd5487943c44b4bdee646113d4cf45f3.tar.gz fork-godot-webrtc-native-b2654cc2bd5487943c44b4bdee646113d4cf45f3.tar.bz2 fork-godot-webrtc-native-b2654cc2bd5487943c44b4bdee646113d4cf45f3.zip |
Merge pull request #51 from Faless/libdatachannel_pr
Switch to libdatachannel as RTC library. Add GDExtension support.
Diffstat (limited to 'deps')
-rw-r--r-- | deps/build/.gitignore | 2 | ||||
m--------- | deps/libdatachannel | 0 | ||||
m--------- | deps/openssl | 0 |
3 files changed, 2 insertions, 0 deletions
diff --git a/deps/build/.gitignore b/deps/build/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/deps/build/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/deps/libdatachannel b/deps/libdatachannel new file mode 160000 +Subproject 59cc9f214c7435c394e531b0c67ff1b86279f2b diff --git a/deps/openssl b/deps/openssl new file mode 160000 +Subproject 4d346a188c27bdf78aa76590c641e1217732ca4 |