Remove useless ifdefs

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25715 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-13 11:54:13 +00:00
parent 7d3d1728b0
commit f76f27a136
1 changed files with 0 additions and 8 deletions

View File

@ -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[]={