summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 11:54:13 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 11:54:13 +0000
commitf76f27a13690a49fa5986639508c45e7c98726d8 (patch)
treec53f5fdc6564be0e96aa3e6b285fa479352d2159 /stream
parent7d3d1728b0a34c18849e75babdc95bb9fc719ce0 (diff)
downloadmpv-f76f27a13690a49fa5986639508c45e7c98726d8.tar.bz2
mpv-f76f27a13690a49fa5986639508c45e7c98726d8.tar.xz
Remove useless ifdefs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25715 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/tv.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 68f18354ca..93feddace1 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -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[]={