Mercurial > mplayer.hg
changeset 25687:054162e3608b
Remove useless ifdefs
author | reimar |
---|---|
date | Sun, 13 Jan 2008 11:54:13 +0000 |
parents | 4c1e768cdbe4 |
children | cd4af70b12ef |
files | stream/tv.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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[]={