| Index: webrtc/modules/audio_processing/aec/aec_rdft.h
|
| diff --git a/webrtc/modules/audio_processing/aec/aec_rdft.h b/webrtc/modules/audio_processing/aec/aec_rdft.h
|
| index 18eb7a5c3f341855de095b133b3fff3993a4b237..d83eb27d83f3f21dc4beb365f470e80b7f4125c4 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_rdft.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_rdft.h
|
| @@ -54,7 +54,7 @@ void aec_rdft_inverse_128(float* a);
|
| #if defined(MIPS_FPU_LE)
|
| void aec_rdft_init_mips(void);
|
| #endif
|
| -#if defined(WEBRTC_DETECT_NEON) || defined(WEBRTC_HAS_NEON)
|
| +#if defined(WEBRTC_HAS_NEON)
|
| void aec_rdft_init_neon(void);
|
| #endif
|
|
|
|
|