Forcing external transport to be on in Chrome.
Review URL: http://webrtc-codereview.appspot.com/330010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1257 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
61045a4a03
commit
b2c115c460
@ -15,6 +15,12 @@
|
|||||||
// Voice and Video
|
// Voice and Video
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
|
// Don't link in socket support in Chrome
|
||||||
|
#ifdef WEBRTC_CHROMIUM_BUILD
|
||||||
|
#define WEBRTC_EXTERNAL_TRANSPORT
|
||||||
|
#endif
|
||||||
|
|
||||||
|
// Optional to enable stand-alone
|
||||||
// #define WEBRTC_EXTERNAL_TRANSPORT
|
// #define WEBRTC_EXTERNAL_TRANSPORT
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user