Index: webrtc/modules/audio_processing/aecm/aecm_core.h |
diff --git a/webrtc/modules/audio_processing/aecm/aecm_core.h b/webrtc/modules/audio_processing/aecm/aecm_core.h |
index 421a8365c235fe3db5ea5485fe4d701e625dde74..33d80889aa4bc94c325a3fd6c59dae1fc23ffd96 100644 |
--- a/webrtc/modules/audio_processing/aecm/aecm_core.h |
+++ b/webrtc/modules/audio_processing/aecm/aecm_core.h |
@@ -402,7 +402,7 @@ extern ResetAdaptiveChannel WebRtcAecm_ResetAdaptiveChannel; |
// For the above function pointers, functions for generic platforms are declared |
// and defined as static in file aecm_core.c, while those for ARM Neon platforms |
// are declared below and defined in file aecm_core_neon.c. |
-#if defined(WEBRTC_DETECT_NEON) || defined(WEBRTC_HAS_NEON) |
+#if defined(WEBRTC_HAS_NEON) |
void WebRtcAecm_CalcLinearEnergiesNeon(AecmCore* aecm, |
const uint16_t* far_spectrum, |
int32_t* echo_est, |