Index: webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h |
index 2c8c923cd33d5191726eee47d13329093ef58d6c..1b87d0ea557d0c547ee32b7fea6bd77f081a09b1 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h |
@@ -147,7 +147,7 @@ void WebRtcIsacfix_MatrixProduct2C(const int16_t matrix0[], |
const int matrix0_index_factor, |
const int matrix0_index_step); |
-#if (defined WEBRTC_DETECT_NEON) || (defined WEBRTC_HAS_NEON) |
+#if defined(WEBRTC_HAS_NEON) |
void WebRtcIsacfix_MatrixProduct1Neon(const int16_t matrix0[], |
const int32_t matrix1[], |
int32_t matrix_product[], |