Mercurial > mplayer.hg
changeset 16849:0695c9fbaae1
fixing the unverified patch (one of the millions) commited by:
Attila "I'll ban you forever" Kinali AKA KotH teh idiot,
date: 2003/10/04 23:06:04 rev 1.779
author | gabucino |
---|---|
date | Tue, 25 Oct 2005 11:52:49 +0000 |
parents | 279cd50f2ba0 |
children | 400676ee5c64 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Oct 24 09:50:42 2005 +0000 +++ b/configure Tue Oct 25 11:52:49 2005 +0000 @@ -1167,7 +1167,7 @@ ;; Darwin) proc=`$_cpuinfo | grep "Processor type" | cut -f 3 -d ' ' | sed 's/ppc//'` - if [ `sysctl -n hw.vectorunit` -eq 1 -o + if [ `sysctl -n hw.vectorunit` -eq 1 -o \ "`sysctl -n hw.optional.altivec 2>/dev/null`" -eq 1 ]; then _altivec=yes fi