diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-12-05 15:12:02 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-12-05 15:12:02 +0000 |
commit | 85fa502b8d69f72eecee95fe3692344ae4035989 (patch) | |
tree | ecbc5a6c7d1166dab53781c70722588a36e7ce9d /acconfig.h | |
parent | 814d94cb28617fdafa195f8bdbd4c40db4ccc92a (diff) | |
download | xine-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.h | 6 |
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__ |