aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_state.cc
diff options
context:
space:
mode:
authorPer Åhgren <peah@webrtc.org>2020-04-26 23:56:17 +0200
committerCommit Bot <commit-bot@chromium.org>2020-04-26 23:06:44 +0000
commitcc73ed3e70d1968f8e2bc365880d8273028e14a6 (patch)
treee26c3f0be0eeac5eadd10d8e65499729d1864959 /audio/audio_state.cc
parent86bd33a1e77efc85383c61589dacd4310fdcb50e (diff)
downloadwebrtc-cc73ed3e70d1968f8e2bc365880d8273028e14a6.tar.gz
APM: Add build flag to allow building WebRTC without APM
This CL adds a build flag to allow building the non-test parts of WebRTC without the audio processing module. The CL also ensures that the WebRTC code correctly handles the case when no APM is available. Bug: webrtc:5298 Change-Id: I5c8b5d1f7115e5cce2af4c2b5ff701fa1c54e49e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171509 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31133}
Diffstat (limited to 'audio/audio_state.cc')
-rw-r--r--audio/audio_state.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio_state.cc b/audio/audio_state.cc
index 1a4fd77ed2..73366e20a8 100644
--- a/audio/audio_state.cc
+++ b/audio/audio_state.cc
@@ -41,7 +41,6 @@ AudioState::~AudioState() {
}
AudioProcessing* AudioState::audio_processing() {
- RTC_DCHECK(config_.audio_processing);
return config_.audio_processing.get();
}