From 7a99b1fa32341460eb3144e860e6bd23467ae919 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 31 Dec 2007 01:16:13 -0800 Subject: [PATCH] Make some defines local to ALu.c --- Alc/ALu.c | 6 ++++++ OpenAL32/Include/alu.h | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Alc/ALu.c b/Alc/ALu.c index b19bd518..bb2bbd0a 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -56,6 +56,12 @@ typedef long long ALint64; #define __min min #endif +#define BUFFERSIZE 48000 +#define FRACTIONBITS 14 +#define FRACTIONMASK ((1L<