mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 08:26:56 +00:00
runtime msg changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5203 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
574e98f780
commit
9fbac36766
@ -517,7 +517,7 @@ int gui_no_filename=0;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user