Fix resample_fir4 link error
This commit is contained in:
parent
8883ce1cef
commit
a7084b1051
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user