mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user