Remove overly loud "warning" from runtime-cpudetection message.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17408 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-01-16 22:41:35 +00:00
parent c709e9eeaa
commit 12f6496329
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static char help_text[]=
#define MSGTR_Playing "Playing %s.\n"
#define MSGTR_NoSound "Audio: no sound\n"
#define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f).\n"
#define MSGTR_CompiledWithRuntimeDetection "Compiled with runtime CPU detection - WARNING - this is not optimal!\nTo get best performance, recompile MPlayer with --disable-runtime-cpudetection.\n"
#define MSGTR_CompiledWithRuntimeDetection "Compiled with runtime CPU detection.\n"
#define MSGTR_CompiledWithCPUExtensions "Compiled for x86 CPU with extensions:"
#define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n"
#define MSGTR_AvailableAudioOutputDrivers "Available audio output drivers:\n"