| Index: webrtc/modules/audio_processing/ns/nsx_core.h
|
| diff --git a/webrtc/modules/audio_processing/ns/nsx_core.h b/webrtc/modules/audio_processing/ns/nsx_core.h
|
| index f463dbbe1a20c603439c199f723ebcb9a3a69e42..d1754f31eae08a7269376a18a8bbf846723f6bb8 100644
|
| --- a/webrtc/modules/audio_processing/ns/nsx_core.h
|
| +++ b/webrtc/modules/audio_processing/ns/nsx_core.h
|
| @@ -215,7 +215,7 @@ void WebRtcNsx_SpeechNoiseProb(NoiseSuppressionFixedC* inst,
|
| uint32_t* priorLocSnr,
|
| uint32_t* postLocSnr);
|
|
|
| -#if (defined WEBRTC_DETECT_NEON || defined WEBRTC_HAS_NEON)
|
| +#if defined(WEBRTC_HAS_NEON)
|
| // For the above function pointers, functions for generic platforms are declared
|
| // and defined as static in file nsx_core.c, while those for ARM Neon platforms
|
| // are declared below and defined in file nsx_core_neon.c.
|
|
|