[MPlayer-cvslog] CVS: main configure,1.1093,1.1094
Gabucino
syncmail at mplayerhq.hu
Tue Oct 25 13:52:51 CEST 2005
CVS change done by Gabucino
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv11192
Modified Files:
configure
Log Message:
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
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1093
retrieving revision 1.1094
diff -u -r1.1093 -r1.1094
--- configure 24 Oct 2005 04:39:18 -0000 1.1093
+++ configure 25 Oct 2005 11:52:49 -0000 1.1094
@@ -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
More information about the MPlayer-cvslog
mailing list