[MPlayer-cvslog] r21859 - trunk/stream/dvb_tune.c

nicodvb subversion at mplayerhq.hu
Tue Jan 9 21:02:14 CET 2007


Author: nicodvb
Date: Tue Jan  9 21:02:13 2007
New Revision: 21859

Modified:
   trunk/stream/dvb_tune.c

Log:
removed static declaration before non-instantiated struct; patch by cehoyos ag or at

Modified: trunk/stream/dvb_tune.c
==============================================================================
--- trunk/stream/dvb_tune.c	(original)
+++ trunk/stream/dvb_tune.c	Tue Jan  9 21:02:13 2007
@@ -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-cvslog mailing list