Index: webrtc/modules/audio_processing/aec/aec_core.h |
diff --git a/webrtc/modules/audio_processing/aec/aec_core.h b/webrtc/modules/audio_processing/aec/aec_core.h |
index 668b48419564b2d143265cdbc88789cbee25267b..1ab20201860d9490f04033c2869c6ce2d90a1a90 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core.h |
+++ b/webrtc/modules/audio_processing/aec/aec_core.h |
@@ -239,7 +239,7 @@ void WebRtcAec_InitAec_SSE2(void); |
#if defined(MIPS_FPU_LE) |
void WebRtcAec_InitAec_mips(void); |
#endif |
-#if defined(WEBRTC_DETECT_NEON) || defined(WEBRTC_HAS_NEON) |
+#if defined(WEBRTC_HAS_NEON) |
void WebRtcAec_InitAec_neon(void); |
#endif |