diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-13 23:57:46 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-13 23:57:46 +0000 |
commit | 7663d9ae0bcfd0526c6dab8e1acb40e973786ec6 (patch) | |
tree | 04a88c8e484dd1008a14febe53d1452d2ecc0a53 | |
parent | fe60e5eaf32a14c82060be72d0866de95dc3677c (diff) | |
download | xine-lib-7663d9ae0bcfd0526c6dab8e1acb40e973786ec6.tar.gz xine-lib-7663d9ae0bcfd0526c6dab8e1acb40e973786ec6.tar.bz2 |
Don't use -force_cpusubtype_ALL on Linux; thanks to Luca Barbato for noticing.
CVS patchset: 8235
CVS date: 2006/09/13 23:57:46
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4057a2071..f5166d1f4 100644 --- a/configure.ac +++ b/configure.ac @@ -2050,7 +2050,7 @@ case "$host_or_hostalias" in if test x$enable_altivec != xno; then AC_DEFINE_UNQUOTED(ENABLE_ALTIVEC,,[Define this if you have a Motorola 74xx CPU]) CFLAGS="$CFLAGS -maltivec" - LIBMPEG2_CFLAGS="$LIBMPEG2_CFLAGS -force_cpusubtype_ALL -maltivec" + LIBMPEG2_CFLAGS="$LIBMPEG2_CFLAGS -maltivec" fi ;; sparc*-*-linux*) |