[MPlayer-dvb] [PATCH] Fix warning in dvb_tune.c
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Jan 9 01:01:57 CET 2007
Hi Nico!
Attached small patch fixes a warning in dvb_tune.c
Greetings, Carl Eugen
-------------- next part --------------
Index: stream/dvb_tune.c
===================================================================
--- stream/dvb_tune.c (Revision 21858)
+++ stream/dvb_tune.c (Arbeitskopie)
@@ -493,7 +493,7 @@
#ifdef HAVE_DVB_HEAD
-static struct diseqc_cmd {
+struct diseqc_cmd {
struct dvb_diseqc_master_cmd cmd;
uint32_t wait;
};
More information about the MPlayer-dvb
mailing list