diff mplayer.c @ 5202:f9ec454b9066

runtime msg changed
author arpi
date Tue, 19 Mar 2002 18:49:39 +0000
parents 8354d89498d4
children 47259a4f3216
line wrap: on
line diff
--- a/mplayer.c	Tue Mar 19 18:42:27 2002 +0000
+++ b/mplayer.c	Tue Mar 19 18:49:39 2002 +0000
@@ -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