[Mplayer-cvslog] CVS: main mplayer.c,1.439,1.440
    Arpi of Ize 
    arpi at mplayer.dev.hu
       
    Tue Mar 19 19:49:43 CET 2002
    
    
  
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv31830
Modified Files:
	mplayer.c 
Log Message:
runtime msg changed
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -r1.439 -r1.440
--- mplayer.c	18 Mar 2002 01:49:42 -0000	1.439
+++ mplayer.c	19 Mar 2002 18:49:39 -0000	1.440
@@ -517,7 +517,7 @@
       gCpuCaps.has3DNow, gCpuCaps.has3DNowExt,
       gCpuCaps.hasSSE, gCpuCaps.hasSSE2);
 #ifdef RUNTIME_CPUDETECT
-  mp_msg(MSGT_CPLAYER,MSGL_INFO,"Compiled with RUNTIME CPU Detection - warning, it's untested!\n");
+  mp_msg(MSGT_CPLAYER,MSGL_INFO,"Compiled with RUNTIME CPU Detection - warning, it's not optimal! To get best performance, recompile mplayer from sources with --disable-runtime-cpudetection\n");
 #else
   mp_msg(MSGT_CPLAYER,MSGL_INFO,"Compiled for x86 CPU with features:");
 #ifdef HAVE_MMX
    
    
More information about the MPlayer-cvslog
mailing list