Author: reimar Date: Sun Jan 13 12:54:13 2008 New Revision: 25715 Log: Remove useless ifdefs Modified: trunk/stream/tv.c Modified: trunk/stream/tv.c ============================================================================== --- trunk/stream/tv.c (original) +++ trunk/stream/tv.c Sun Jan 13 12:54:13 2008 @@ -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[]={
participants (1)
-
reimar