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

Diego Biurrun diego at biurrun.de
Tue Oct 18 00:13:08 CEST 2005


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.

> --- 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".

Diego




More information about the MPlayer-dev-eng mailing list