From b2c115c460d1d6cdf2f610576e23eee88b5cda99 Mon Sep 17 00:00:00 2001 From: "niklas.enbom@webrtc.org" Date: Wed, 21 Dec 2011 07:38:54 +0000 Subject: [PATCH] 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 --- src/engine_configurations.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/engine_configurations.h b/src/engine_configurations.h index fdf63fc48..a78583ee9 100644 --- a/src/engine_configurations.h +++ b/src/engine_configurations.h @@ -15,6 +15,12 @@ // 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 // ----------------------------------------------------------------------------