From 8dbd85b9249385d246b11ba81d157e0b19c74e55 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 13 Jul 2003 15:39:52 +0000 Subject: copyright message rework, try 2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10418 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index e7e5609227..257dcb976c 100644 --- a/mencoder.c +++ b/mencoder.c @@ -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 @@ unsigned int timer_start; 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); -- cgit v1.2.3