Index: webrtc/common_audio/resampler/sinc_resampler.h |
diff --git a/webrtc/common_audio/resampler/sinc_resampler.h b/webrtc/common_audio/resampler/sinc_resampler.h |
index d8ea6df72f7227431bf112fb4621f881f7b11330..ecfd64c0a647eb38a6fe09d0f23bf056698d7357 100644 |
--- a/webrtc/common_audio/resampler/sinc_resampler.h |
+++ b/webrtc/common_audio/resampler/sinc_resampler.h |
@@ -107,7 +107,7 @@ class SincResampler { |
static float Convolve_SSE(const float* input_ptr, const float* k1, |
const float* k2, |
double kernel_interpolation_factor); |
-#elif defined(WEBRTC_DETECT_NEON) || defined(WEBRTC_HAS_NEON) |
+#elif defined(WEBRTC_HAS_NEON) |
static float Convolve_NEON(const float* input_ptr, const float* k1, |
const float* k2, |
double kernel_interpolation_factor); |