[Mplayer-cvslog] CVS: main cpudetect.c,1.26,1.27
Alex Beregszaszi
alex at mplayerhq.hu
Fri Feb 7 22:58:26 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv6457
Modified Files:
cpudetect.c
Log Message:
1l
Index: cpudetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/cpudetect.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- cpudetect.c 27 Jan 2003 21:47:04 -0000 1.26
+++ cpudetect.c 7 Feb 2003 21:58:09 -0000 1.27
@@ -479,7 +479,6 @@
if (err == 0)
if (has_vu != 0)
caps->hasAltiVec = 1;
- mp_msg(MSGT_CPUDETECT,MSGL_INFO,"AltiVec %sfound\n", (caps->hasAltiVec ? "" : "not "));
}
#else /* SYS_DARWIN */
/* no Darwin, do it the brute-force way */
@@ -501,6 +500,7 @@
}
}
#endif /* SYS_DARWIN */
+ mp_msg(MSGT_CPUDETECT,MSGL_INFO,"AltiVec %sfound\n", (caps->hasAltiVec ? "" : "not "));
#endif /* HAVE_ALTIVEC */
}
#endif /* !ARCH_X86 */
More information about the MPlayer-cvslog
mailing list