From a7084b105157dd331fd102fbdd867a0a96cb91df Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 29 Sep 2015 12:34:03 -0700 Subject: Fix resample_fir4 link error --- Alc/ALu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alc/ALu.c b/Alc/ALu.c index e8b5027e..3ffe2e63 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -79,7 +79,7 @@ extern inline ALuint64 maxu64(ALuint64 a, ALuint64 b); extern inline ALuint64 clampu64(ALuint64 val, ALuint64 min, ALuint64 max); extern inline ALfloat lerp(ALfloat val1, ALfloat val2, ALfloat mu); -extern inline ALfloat cubic(ALfloat val0, ALfloat val1, ALfloat val2, ALfloat val3, ALuint frac); +extern inline ALfloat resample_fir4(ALfloat val0, ALfloat val1, ALfloat val2, ALfloat val3, ALuint frac); extern inline void aluVectorSet(aluVector *restrict vector, ALfloat x, ALfloat y, ALfloat z, ALfloat w); -- cgit v1.2.3