diff mpcommon.c @ 33827:277ec491a8a7

Do not translate console messages of verbosity level MSGL_V and above.
author diego
date Sun, 24 Jul 2011 23:55:34 +0000
parents 2b750a2ce45f
children c52940fe54dd
line wrap: on
line diff
--- a/mpcommon.c	Sun Jul 24 23:55:26 2011 +0000
+++ b/mpcommon.c	Sun Jul 24 23:55:34 2011 +0000
@@ -77,9 +77,9 @@
            gCpuCaps.has3DNow, gCpuCaps.has3DNowExt,
            gCpuCaps.hasSSE, gCpuCaps.hasSSE2, gCpuCaps.hasSSSE3);
 #if CONFIG_RUNTIME_CPUDETECT
-    mp_msg(MSGT_CPLAYER,MSGL_V, MSGTR_CompiledWithRuntimeDetection);
+    mp_msg(MSGT_CPLAYER, MSGL_V, "Compiled with runtime CPU detection.\n");
 #else
-    mp_msg(MSGT_CPLAYER,MSGL_V, MSGTR_CompiledWithCPUExtensions);
+    mp_msg(MSGT_CPLAYER, MSGL_V, "Compiled for x86 CPU with extensions:");
 if (HAVE_MMX)
     mp_msg(MSGT_CPLAYER,MSGL_V," MMX");
 if (HAVE_MMX2)
@@ -478,7 +478,7 @@
                     free(conf_path);
                     return 0;
                 }
-                mp_msg(MSGT_CPLAYER,MSGL_V,MSGTR_BuiltinCodecsConf);
+                mp_msg(MSGT_CPLAYER, MSGL_V, "Using built-in default codecs.conf.\n");
             }
         }
         free(conf_path);