[Mplayer-cvslog] CVS: main mencoder.c,1.215,1.216 mplayer.c,1.706,1.707

Alex Beregszaszi alex at mplayerhq.hu
Sun Jul 13 17:38:56 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv25730

Modified Files:
	mencoder.c mplayer.c 
Log Message:
copyright message rework, try 2

Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- mencoder.c	9 Jun 2003 12:15:40 -0000	1.215
+++ mencoder.c	13 Jul 2003 15:38:33 -0000	1.216
@@ -30,11 +30,6 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 
-static char* banner_text=
-"\n\n"
-"MEncoder " VERSION MSGTR_MEncoderCopyright
-"\n";
-
 #include "cpudetect.h"
 
 #include "codec-cfg.h"
@@ -364,7 +359,7 @@
 
   mp_msg_init();
   mp_msg_set_level(MSGL_STATUS);
-  mp_msg(MSGT_CPLAYER,MSGL_INFO,"%s",banner_text);
+  mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2003 MPlayer Team\n\n");
 
   /* Test for cpu capabilities (and corresponding OS support) for optimizing */
   GetCpuCaps(&gCpuCaps);

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.706
retrieving revision 1.707
diff -u -r1.706 -r1.707
--- mplayer.c	11 Jul 2003 07:54:52 -0000	1.706
+++ mplayer.c	13 Jul 2003 15:38:33 -0000	1.707
@@ -1,5 +1,3 @@
-// Movie Player    v0.90   (C) 2000-2002. by A'rpi/ESP-team & `cat AUTHORS`
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -758,7 +756,7 @@
   mp_msg_init();
   mp_msg_set_level(MSGL_STATUS);
 
-  mp_msg(MSGT_CPLAYER,MSGL_INFO,banner_text);
+  mp_msg(MSGT_CPLAYER,MSGL_INFO, "MPlayer " VERSION " (C) 2000-2003 MPlayer Team\n");
   /* Test for cpu capabilities (and corresponding OS support) for optimizing */
   GetCpuCaps(&gCpuCaps);
 #ifdef ARCH_X86



More information about the MPlayer-cvslog mailing list