summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-09 20:02:13 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-09 20:02:13 +0000
commitba8331d618f76d65480b113e537758ede381e630 (patch)
treeef0cb73058552f1a19700b23c24567d75dce80c0
parent2394b7da957259ca13b40752401d51d8158ed392 (diff)
downloadmpv-ba8331d618f76d65480b113e537758ede381e630.tar.bz2
mpv-ba8331d618f76d65480b113e537758ede381e630.tar.xz
removed static declaration before non-instantiated struct; patch by cehoyos ag or at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21859 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--stream/dvb_tune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/dvb_tune.c b/stream/dvb_tune.c
index 63c9f20beb..7623593847 100644
--- a/stream/dvb_tune.c
+++ b/stream/dvb_tune.c
@@ -493,7 +493,7 @@ static int check_status(int fd_frontend, int tmout)
#ifdef HAVE_DVB_HEAD
-static struct diseqc_cmd {
+struct diseqc_cmd {
struct dvb_diseqc_master_cmd cmd;
uint32_t wait;
};