From d831b53279b0814ace01fc1d82bded5a73bb856c Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 12 Aug 2001 02:57:55 +0000 Subject: new mpeg audio decoder plugin (libmad) added CVS patchset: 414 CVS date: 2001/08/12 02:57:55 --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 95a218b76..d1dbcfac7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -81,3 +81,9 @@ /* Define this to cap audio sample rate at 44.1K, some drivers (dmasound) don't handle 48K request correctly */ #undef FORCE_44K_MAX +/* Define one of these to select libmad fixed point arithmetic implementation */ +#undef FPM_INTEL +#undef FPM_64BIT +#undef FPM_PPC +#undef FPM_SPARC +#undef FPM_MIPS -- cgit v1.2.3