comparison mencoder.c @ 10417:008ff00f4223

copyright message rework, try 2
author alex
date Sun, 13 Jul 2003 15:39:52 +0000
parents 7b0bc557987b
children b411916cb86a
comparison
equal deleted inserted replaced
10416:0165fc26bd12 10417:008ff00f4223
27 #include "config.h" 27 #include "config.h"
28 28
29 #include "version.h" 29 #include "version.h"
30 #include "mp_msg.h" 30 #include "mp_msg.h"
31 #include "help_mp.h" 31 #include "help_mp.h"
32
33 static char* banner_text=
34 "\n\n"
35 "MEncoder " VERSION MSGTR_MEncoderCopyright
36 "\n";
37 32
38 #include "cpudetect.h" 33 #include "cpudetect.h"
39 34
40 #include "codec-cfg.h" 35 #include "codec-cfg.h"
41 #ifdef NEW_CONFIG 36 #ifdef NEW_CONFIG
362 357
363 unsigned int timer_start; 358 unsigned int timer_start;
364 359
365 mp_msg_init(); 360 mp_msg_init();
366 mp_msg_set_level(MSGL_STATUS); 361 mp_msg_set_level(MSGL_STATUS);
367 mp_msg(MSGT_CPLAYER,MSGL_INFO,"%s",banner_text); 362 mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2003 MPlayer Team\n\n");
368 363
369 /* Test for cpu capabilities (and corresponding OS support) for optimizing */ 364 /* Test for cpu capabilities (and corresponding OS support) for optimizing */
370 GetCpuCaps(&gCpuCaps); 365 GetCpuCaps(&gCpuCaps);
371 #ifdef ARCH_X86 366 #ifdef ARCH_X86
372 mp_msg(MSGT_CPLAYER,MSGL_INFO,"CPUflags: Type: %d MMX: %d MMX2: %d 3DNow: %d 3DNow2: %d SSE: %d SSE2: %d\n", 367 mp_msg(MSGT_CPLAYER,MSGL_INFO,"CPUflags: Type: %d MMX: %d MMX2: %d 3DNow: %d 3DNow2: %d SSE: %d SSE2: %d\n",