[PATCH] Fix warning in dvb_tune.c

Carl Eugen Hoyos <[email protected]> Tue, 9 Jan 2007 01:01:57 +0100
Newsgroups gmane.comp.video.mplayer.user.dvb
Message-ID <[email protected]>
Hi Nico!

Attached small patch fixes a warning in dvb_tune.c

Greetings, Carl Eugen

_______________________________________________
MPlayer-dvb mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dvb
patchdvbtune (text/plain, 325 B)
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;
 };