diff options
author | Chris Robinson <[email protected]> | 2015-08-15 01:37:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-08-15 01:37:46 -0700 |
commit | d5ab883da21499a14bf86a1aa7f0ad894becb1c5 (patch) | |
tree | 1a57fd3390d5bdf28d064687fb32d3cf0a51b9bd /Alc/mixer_c.c | |
parent | f6e52debb5106dcc6ff99fe005da4501fd56522d (diff) |
Define MixHrtf directly instead of through a SUFFIX macro
Diffstat (limited to 'Alc/mixer_c.c')
-rw-r--r-- | Alc/mixer_c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/mixer_c.c b/Alc/mixer_c.c index dc7fe838..d06e52b4 100644 --- a/Alc/mixer_c.c +++ b/Alc/mixer_c.c @@ -101,9 +101,9 @@ static inline void ApplyCoeffs(ALuint Offset, ALfloat (*restrict Values)[2], } } -#define SUFFIX C +#define MixHrtf MixHrtf_C #include "mixer_inc.c" -#undef SUFFIX +#undef MixHrtf void Mix_C(const ALfloat *data, ALuint OutChans, ALfloat (*restrict OutBuffer)[BUFFERSIZE], |