Index: webrtc/pc/rtpsender.cc |
diff --git a/webrtc/pc/rtpsender.cc b/webrtc/pc/rtpsender.cc |
index 3e8c7e122e11bbb0604b29dca7bff844f12f304f..153ad0530bcd73ab2f19fe6cc9e7b75f08f3aed7 100644 |
--- a/webrtc/pc/rtpsender.cc |
+++ b/webrtc/pc/rtpsender.cc |
@@ -205,7 +205,7 @@ void AudioRtpSender::SetAudioSend() { |
return; |
} |
cricket::AudioOptions options; |
-#if !defined(WEBRTC_CHROMIUM_BUILD) |
+#if !defined(WEBRTC_CHROMIUM_BUILD) && !defined(WEBRTC_WEBKIT_BUILD) |
// TODO(tommi): Remove this hack when we move CreateAudioSource out of |
// PeerConnection. This is a bit of a strange way to apply local audio |
// options since it is also applied to all streams/channels, local or remote. |