[MPlayer-cvslog] CVS: main configure,1.1160,1.1161

Ivan Kalvachev CVS syncmail at mplayerhq.hu
Sun Apr 16 10:37:52 CEST 2006


CVS change done by Ivan Kalvachev CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv4830

Modified Files:
	configure 
Log Message:
recognize future pentium-m processors, e.g. there is intel core with model 14
patch by Zuxy Meng <zuxy meng at gmail >


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1160
retrieving revision 1.1161
diff -u -r1.1160 -r1.1161
--- configure	15 Apr 2006 20:46:53 -0000	1.1160
+++ configure	16 Apr 2006 08:37:49 -0000	1.1161
@@ -884,7 +884,7 @@
 	fi
 	;;
     6) iproc=686
-	if test "$pmodel" -eq 9 -o "$pmodel" -eq 13; then
+	if test "$pmodel" -eq 9 -o "$pmodel" -ge 13; then
 		proc=pentium-m
 	elif test "$pmodel" -ge 7; then
 		proc=pentium3




More information about the MPlayer-cvslog mailing list