[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
- Previous message: [Mplayer-cvslog] CVS: 0_90/libavcodec mjpeg.c,1.51,1.52
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.13,1.14 help_mp-cz.h,1.38,1.39 help_mp-de.h,1.67,1.68 help_mp-dk.h,1.25,1.26 help_mp-el.h,1.15,1.16 help_mp-en.h,1.103,1.104 help_mp-es.h,1.27,1.28 help_mp-fr.h,1.43,1.44 help_mp-hu.h,1.61,1.62 help_mp-it.h,1.24,1.25 help_mp-ko.h,1.15,1.16 help_mp-nl.h,1.25,1.26 help_mp-no.h,1.14,1.15 help_mp-pl.h,1.69,1.70 help_mp-pt_BR.h,1.14,1.15 help_mp-ro.h,1.10,1.11 help_mp-ru.h,1.25,1.26 help_mp-sk.h,1.16,1.17 help_mp-tr.h,1.6,1.7 help_mp-uk.h,1.8,1.9 help_mp-zh.h,1.26,1.27 help_mp-zh_TW.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: 0_90/libavcodec mjpeg.c,1.51,1.52
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.13,1.14 help_mp-cz.h,1.38,1.39 help_mp-de.h,1.67,1.68 help_mp-dk.h,1.25,1.26 help_mp-el.h,1.15,1.16 help_mp-en.h,1.103,1.104 help_mp-es.h,1.27,1.28 help_mp-fr.h,1.43,1.44 help_mp-hu.h,1.61,1.62 help_mp-it.h,1.24,1.25 help_mp-ko.h,1.15,1.16 help_mp-nl.h,1.25,1.26 help_mp-no.h,1.14,1.15 help_mp-pl.h,1.69,1.70 help_mp-pt_BR.h,1.14,1.15 help_mp-ro.h,1.10,1.11 help_mp-ru.h,1.25,1.26 help_mp-sk.h,1.16,1.17 help_mp-tr.h,1.6,1.7 help_mp-uk.h,1.8,1.9 help_mp-zh.h,1.26,1.27 help_mp-zh_TW.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list