summaryrefslogtreecommitdiff
path: root/modules/webrtc/SCsub
AgeCommit message (Collapse)Author
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
Include paths are processed from left to right, so we use Prepend to ensure that paths to bundled thirdparty files will have precedence over system paths (e.g. `/usr/include` should have lowest priority).
2019-04-12Add WebRTC GDNative interfaceFabio Alessandrelli
2019-04-12Implement WebRTCPeer custom instance classFabio Alessandrelli