mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
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:
parent
c709e9eeaa
commit
12f6496329
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user