[MPlayer-cvslog] r24431 - trunk/stream/tvi_bsdbt848.c
diego
subversion at mplayerhq.hu
Wed Sep 12 10:49:25 CEST 2007
Author: diego
Date: Wed Sep 12 10:49:25 2007
New Revision: 24431
Log:
Add missing #include to fix compilation.
patch by Bernd Ernesti, mplayer-dev-eng lists.veego de
Modified:
trunk/stream/tvi_bsdbt848.c
Modified: trunk/stream/tvi_bsdbt848.c
==============================================================================
--- trunk/stream/tvi_bsdbt848.c (original)
+++ trunk/stream/tvi_bsdbt848.c Wed Sep 12 10:49:25 2007
@@ -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-cvslog
mailing list