1
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 04:44:32 +01:00

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
This commit is contained in:
gabucino 2005-10-25 11:52:49 +00:00
parent 436fa6d0bd
commit 52043e983f

2
configure vendored

@ -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