[MPlayer-dev-eng] [PATCH] implementation of new messages from help_mp

Paul TT paultt at hackerjournal.it
Tue Oct 18 11:17:41 CEST 2005


On Tue, 18 Oct 2005 00:13:08 +0200
Diego Biurrun <diego at biurrun.de> wrote:

> On Mon, Oct 17, 2005 at 11:49:25AM +0200, Paul TT wrote:
> > i started adding a few messages to help_mp.h...
> > i started from messages printed out in non verbose mode, thus they
> > can be localized sooner tell me if i had to add other non-verbose
> > messages, in the meantime i'm going to export messages in -v mode...
> 
> No, translating verbose-level messages is not necessary.

okay. i noticed a few of other messages that get printed out about dvd reading... i'll update them, so.

> > --- main/input/input.c	2005-09-21 09:59:18.612762944 +0200
> > +++ main_new/input/input.c	2005-10-17 10:59:58.247919032 +0200
> > @@ -1,4 +1,6 @@
> >  #include "../config.h"
> > +#include "mp_msg.h"
> > +#include "help_mp.h"
> 
> Here and in other parts you are adding #includes that are already
> present.  Also, please put the help_mp.h include next to (the already
> present) #include "mp_msg.h".

mhhh, sorry. i copied the two includes from other sources, an not noticed the already present mp_msg.h... my error :(((

do i have to rewrite the patch?!?!?!?




More information about the MPlayer-dev-eng mailing list