From 1cad07f6cddba40362c31b1f08ddb4cb35063f1a Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 31 Jul 2006 18:36:29 +0000 Subject: add an explicit tv stream input instead of the previous hack in stream_null git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19279 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stream/stream.c') diff --git a/stream/stream.c b/stream/stream.c index f1b12ae827..aedc9bc759 100644 --- a/stream/stream.c +++ b/stream/stream.c @@ -54,6 +54,9 @@ extern stream_info_t stream_info_http2; #ifdef HAS_DVBIN_SUPPORT extern stream_info_t stream_info_dvb; #endif +#ifdef USE_TV +extern stream_info_t stream_info_tv; +#endif #ifdef HAVE_PVR extern stream_info_t stream_info_pvr; #endif @@ -104,6 +107,9 @@ stream_info_t* auto_open_streams[] = { #ifdef HAS_DVBIN_SUPPORT &stream_info_dvb, #endif +#ifdef USE_TV + &stream_info_tv, +#endif #ifdef HAVE_PVR &stream_info_pvr, #endif -- cgit v1.2.3