# HG changeset patch # User reimar # Date 1200225253 0 # Node ID 054162e3608bb01c0f51c83caaa040a0fd035e49 # Parent 4c1e768cdbe4032c78978ff5e54a9372f93b879c Remove useless ifdefs diff -r 4c1e768cdbe4 -r 054162e3608b stream/tv.c --- a/stream/tv.c Sun Jan 13 11:53:35 2008 +0000 +++ b/stream/tv.c Sun Jan 13 11:54:13 2008 +0000 @@ -42,18 +42,10 @@ /* 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[]={