Index: webrtc/engine_configurations.h |
diff --git a/webrtc/engine_configurations.h b/webrtc/engine_configurations.h |
index 4f6159cac9c895276bd72d317faee47a15bb3fd4..3b06c35a30359b606d600073d189ac9f8e4eb716 100644 |
--- a/webrtc/engine_configurations.h |
+++ b/webrtc/engine_configurations.h |
@@ -35,9 +35,6 @@ |
// (which are mandatory and don't have any defines). |
#define WEBRTC_CODEC_AVT |
-// PCM16 is useful for testing and incurs only a small binary size cost. |
-#define WEBRTC_CODEC_PCM16 |
- |
// iLBC and Redundancy coding are excluded from Chromium and Mozilla |
// builds to reduce binary size. |
#if !defined(WEBRTC_CHROMIUM_BUILD) && !defined(WEBRTC_MOZILLA_BUILD) |