diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-12 02:57:55 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-12 02:57:55 +0000 |
commit | d831b53279b0814ace01fc1d82bded5a73bb856c (patch) | |
tree | d1558853c6a4b826aed6bfb04042df6bcffd0f2c /acconfig.h | |
parent | 7ba0b4f79707a4bdad5be0cdb7f927582a6fcedd (diff) | |
download | xine-lib-d831b53279b0814ace01fc1d82bded5a73bb856c.tar.gz xine-lib-d831b53279b0814ace01fc1d82bded5a73bb856c.tar.bz2 |
new mpeg audio decoder plugin (libmad) added
CVS patchset: 414
CVS date: 2001/08/12 02:57:55
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |