mirror of https://github.com/mpv-player/mpv
Remove useless ifdefs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25715 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7d3d1728b0
commit
f76f27a136
|
@ -42,18 +42,10 @@ char *tv_channel_last_real;
|
|||
|
||||
/* enumerating drivers (like in stream.c) */
|
||||
extern tvi_info_t tvi_info_dummy;
|
||||
#ifdef HAVE_TV_DSHOW
|
||||
extern tvi_info_t tvi_info_dshow;
|
||||
#endif
|
||||
#ifdef HAVE_TV_V4L1
|
||||
extern tvi_info_t tvi_info_v4l;
|
||||
#endif
|
||||
#ifdef HAVE_TV_V4L2
|
||||
extern tvi_info_t tvi_info_v4l2;
|
||||
#endif
|
||||
#ifdef HAVE_TV_BSDBT848
|
||||
extern tvi_info_t tvi_info_bsdbt848;
|
||||
#endif
|
||||
|
||||
/** List of drivers in autodetection order */
|
||||
static const tvi_info_t* tvi_driver_list[]={
|
||||
|
|
Loading…
Reference in New Issue