summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-25 11:52:49 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-25 11:52:49 +0000
commit52043e983f15ae17bb95f146414a9a68af9fdfdf (patch)
tree2522b8db3087ff7e382408456c02d5abf065ee87 /configure
parent436fa6d0bd0cb47d801670f7989e59278f460de4 (diff)
downloadmpv-52043e983f15ae17bb95f146414a9a68af9fdfdf.tar.bz2
mpv-52043e983f15ae17bb95f146414a9a68af9fdfdf.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16850 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f54d4714c9..459810b9ae 100755
--- a/configure
+++ b/configure
@@ -1167,7 +1167,7 @@ EOF
;;
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