diff options
author | Chris Robinson <[email protected]> | 2018-03-22 05:41:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-03-22 05:41:42 -0700 |
commit | 6ea3b5445fc574c8c18ae88d6f853dfb8c14ef1e (patch) | |
tree | fcf230d9e912ccce5627d0c60afdab3434a5f581 /Alc/mixer/mixer_neon.c | |
parent | 091e676db34ff51a709427d5b1203bfcd0788fb4 (diff) |
Rename mixer_inc.c to hrtf_inc.c
Diffstat (limited to 'Alc/mixer/mixer_neon.c')
-rw-r--r-- | Alc/mixer/mixer_neon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer/mixer_neon.c b/Alc/mixer/mixer_neon.c index b93d11fd..7f8dd1d4 100644 --- a/Alc/mixer/mixer_neon.c +++ b/Alc/mixer/mixer_neon.c @@ -153,7 +153,7 @@ static inline void ApplyCoeffs(ALsizei Offset, ALfloat (*restrict Values)[2], #define MixHrtf MixHrtf_Neon #define MixHrtfBlend MixHrtfBlend_Neon #define MixDirectHrtf MixDirectHrtf_Neon -#include "mixer_inc.c" +#include "hrtf_inc.c" #undef MixHrtf |