summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-12-05 15:12:02 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-12-05 15:12:02 +0000
commit85fa502b8d69f72eecee95fe3692344ae4035989 (patch)
treeecbc5a6c7d1166dab53781c70722588a36e7ce9d /acconfig.h
parent814d94cb28617fdafa195f8bdbd4c40db4ccc92a (diff)
downloadxine-lib-85fa502b8d69f72eecee95fe3692344ae4035989.tar.gz
xine-lib-85fa502b8d69f72eecee95fe3692344ae4035989.tar.bz2
altivec support by Jeffrey W. Baker <jwbaker@acm.org>
CVS patchset: 1171 CVS date: 2001/12/05 15:12:02
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 e0f1b61cc..eaaea2831 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -18,6 +18,12 @@
/* Define this if you're running PowerPC architecture */
#undef __ppc__
+/* Define this if you're running PowerPC architecture */
+#undef ARCH_PPC
+
+/* Define this if you have the Motorola 74xx CPU */
+#undef ENABLE_ALTIVEC
+
/* Define this if you're running Sparc architecture */
#undef __sparc__