[MPlayer-dev-eng] [PATCH] tvi_bsdbt848.c cleanup: perror -> mp_msg
Bernd Ernesti
mplayer-dev-eng at lists.veego.de
Tue Sep 11 22:07:33 CEST 2007
On Sun, Aug 26, 2007 at 06:54:26PM +0700, Vladimir Voroshilov wrote:
[..]
> Is this version better ?
It seems that you or someone else commited it, but it won't even compile:
tvi_bsdbt848.c: In function `control':
tvi_bsdbt848.c:234: error: `MSGTR_TV_Bt848IoctlFailed' undeclared (first use in this function)
tvi_bsdbt848.c:234: error: (Each undeclared identifier is reported only once
tvi_bsdbt848.c:234: error: for each function it appears in.)
[and a lot more]
Please apply the attached patch.
Bernd
-------------- next part --------------
Index: tvi_bsdbt848.c
===================================================================
--- tvi_bsdbt848.c (revision 24429)
+++ tvi_bsdbt848.c (working copy)
@@ -63,6 +63,7 @@
#include "libaf/af_format.h"
#include "libmpcodecs/img_format.h"
#include "tv.h"
+#include "help_mp.h"
#include "mp_msg.h"
static tvi_handle_t *tvi_init_bsdbt848(tv_param_t* tv_param);
More information about the MPlayer-dev-eng
mailing list