summaryrefslogtreecommitdiff
path: root/engine_configurations.h
diff options
context:
space:
mode:
authorpwestin@webrtc.org <pwestin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-04-04 19:51:42 +0000
committerpwestin@webrtc.org <pwestin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-04-04 19:51:42 +0000
commitef91cbfbe00ada39f24e188862ebf2e268ba1031 (patch)
treea2e0578cb736f2412d9a7b134b2829b2612f10d9 /engine_configurations.h
parentdded206d3c7f1b55ada0b36b84be80d987fd88c4 (diff)
downloadwebrtc-ef91cbfbe00ada39f24e188862ebf2e268ba1031.tar.gz
Remove WEBRTC_*_ENGINE_NETWORK_API use
Review URL: https://webrtc-codereview.appspot.com/1203009 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3767 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'engine_configurations.h')
-rw-r--r--engine_configurations.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engine_configurations.h b/engine_configurations.h
index bfc20cf7..01fa3644 100644
--- a/engine_configurations.h
+++ b/engine_configurations.h
@@ -15,14 +15,6 @@
// 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
-
// ----------------------------------------------------------------------------
// [Voice] Codec settings
// ----------------------------------------------------------------------------
@@ -84,7 +76,6 @@
#define WEBRTC_VOICE_ENGINE_FILE_API
#define WEBRTC_VOICE_ENGINE_HARDWARE_API
#define WEBRTC_VOICE_ENGINE_NETEQ_STATS_API
-#define WEBRTC_VOICE_ENGINE_NETWORK_API
#define WEBRTC_VOICE_ENGINE_RTP_RTCP_API
#define WEBRTC_VOICE_ENGINE_VIDEO_SYNC_API
#define WEBRTC_VOICE_ENGINE_VOLUME_CONTROL_API
@@ -109,7 +100,6 @@
#define WEBRTC_VIDEO_ENGINE_CODEC_API
#define WEBRTC_VIDEO_ENGINE_ENCRYPTION_API
#define WEBRTC_VIDEO_ENGINE_IMAGE_PROCESS_API
-#define WEBRTC_VIDEO_ENGINE_NETWORK_API
#define WEBRTC_VIDEO_ENGINE_RENDER_API
#define WEBRTC_VIDEO_ENGINE_RTP_RTCP_API
#define WEBRTC_VIDEO_ENGINE_EXTERNAL_CODEC_API