summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-07-11 03:22:59 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-07-11 03:22:59 +0000
commitdb9d91215d676f9bb7199af91e9e5070ea36eb01 (patch)
tree1ed51ac9ba566877f9805fb156b7e9e811859d09 /configure.ac
parentd9ec2b8d067a3011f85b9c493d0ed5439086c33d (diff)
downloadxine-lib-db9d91215d676f9bb7199af91e9e5070ea36eb01.tar.gz
xine-lib-db9d91215d676f9bb7199af91e9e5070ea36eb01.tar.bz2
Apply patches for Darwin compatibility, SF.net bug 1431220. Thanks to Benjamin Reed.
CVS patchset: 8109 CVS date: 2006/07/11 03:22:59
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 98423a5cd..abfc9bf27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1991,8 +1991,8 @@ case "$host_or_hostalias" in
if test x$enable_altivec != xno; then
AC_DEFINE_UNQUOTED(ENABLE_ALTIVEC,,[Define this if you want to use altivec on PowerPC CPUs])
- CFLAGS="$CFLAGS -faltivec"
- LIBMPEG2_CFLAGS="$LIBMPEG2_CFLAGS -force_cpusubtype_ALL -faltivec"
+ CFLAGS="$CFLAGS -faltivec -maltivec"
+ LIBMPEG2_CFLAGS="$LIBMPEG2_CFLAGS -force_cpusubtype_ALL -faltivec -maltivec"
fi
;;
ppc-*-linux* | powerpc-*)