commit | 57c4e6f7464d458eb52d209c2a63524913d6406d | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Fri Mar 18 14:54:07 2016 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Fri Mar 18 17:36:37 2016 -0700 |
tree | b7fae46bbc981c62460d572b51d6f68b9f9b847d | |
parent | 560a198f1f95a085e24944b20df536e75e21cedb [diff] [blame] |
Fix build warnings Change-Id: I33178dbe0bfc087d6599579ca0529ad853c669ed
diff --git a/services/audioflinger/AudioResamplerSinc.cpp b/services/audioflinger/AudioResamplerSinc.cpp index f600d6c..320b8cf 100644 --- a/services/audioflinger/AudioResamplerSinc.cpp +++ b/services/audioflinger/AudioResamplerSinc.cpp
@@ -141,6 +141,8 @@ // ---------------------------------------------------------------------------- +#if !USE_NEON + static inline int32_t mulRL(int left, int32_t in, uint32_t vRL) { @@ -202,6 +204,8 @@ #endif } +#endif // !USE_NEON + // ---------------------------------------------------------------------------- AudioResamplerSinc::AudioResamplerSinc(