Index: webrtc/modules/audio_processing/aec/aec_core_mips.cc |
diff --git a/webrtc/modules/audio_processing/aec/aec_core_mips.cc b/webrtc/modules/audio_processing/aec/aec_core_mips.cc |
index bd4d8c58418bff9f7e65045b19ce919e0cd2a967..44224d89a51b0adf52b69cd291d77ea3160067bc 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core_mips.cc |
+++ b/webrtc/modules/audio_processing/aec/aec_core_mips.cc |
@@ -24,6 +24,8 @@ extern "C" { |
#include "webrtc/modules/audio_processing/aec/aec_rdft.h" |
} |
+namespace webrtc { |
+ |
extern const float WebRtcAec_weightCurve[65]; |
extern const float WebRtcAec_overDriveCurve[65]; |
@@ -781,3 +783,4 @@ void WebRtcAec_InitAec_mips(void) { |
WebRtcAec_ComfortNoise = WebRtcAec_ComfortNoise_mips; |
WebRtcAec_OverdriveAndSuppress = WebRtcAec_OverdriveAndSuppress_mips; |
} |
+} // namespace webrtc |