diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-09-08 01:00:47 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-09-24 21:23:43 +0200 |
commit | 6cb81543d4049e870ae43619fa1787362706a95c (patch) | |
tree | db3a87b537fc46c84e76caa331a2a729ab06a385 /modules/webrtc/SCsub | |
parent | 25226329bea7bada0b113068d3324fc0ce0fa8bd (diff) |
[Net] Expose WebRTC classes to extensions.
Diffstat (limited to 'modules/webrtc/SCsub')
-rw-r--r-- | modules/webrtc/SCsub | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/webrtc/SCsub b/modules/webrtc/SCsub index 31b8a73bf2..e6b9959840 100644 --- a/modules/webrtc/SCsub +++ b/modules/webrtc/SCsub @@ -4,11 +4,6 @@ Import("env") Import("env_modules") env_webrtc = env_modules.Clone() -use_gdnative = env_webrtc["module_gdnative_enabled"] - -if use_gdnative: # GDNative is retained in Javascript for export compatibility - env_webrtc.Append(CPPDEFINES=["WEBRTC_GDNATIVE_ENABLED"]) - env_webrtc.Prepend(CPPPATH=["#modules/gdnative/include/"]) if env["platform"] == "javascript": # Our JavaScript/C++ interface. |