summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-16 22:41:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-16 22:41:35 +0000
commit12f64963290c322fd2503df4adb8196c9c242543 (patch)
tree124051b38970316ffa8ce6f33c424ccce248b51c /help
parentc709e9eeaa1b88a263a3aa023bb361a39cb21ea7 (diff)
downloadmpv-12f64963290c322fd2503df4adb8196c9c242543.tar.bz2
mpv-12f64963290c322fd2503df4adb8196c9c242543.tar.xz
Remove overly loud "warning" from runtime-cpudetection message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17408 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index c0da13fe3f..2f695774c9 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -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"