summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-08-12 02:57:55 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-08-12 02:57:55 +0000
commitd831b53279b0814ace01fc1d82bded5a73bb856c (patch)
treed1558853c6a4b826aed6bfb04042df6bcffd0f2c /acconfig.h
parent7ba0b4f79707a4bdad5be0cdb7f927582a6fcedd (diff)
downloadxine-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.h6
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