diff stream/stream.c @ 19273:11ec1cb3a7ea

add an explicit tv stream input instead of the previous hack in stream_null
author ben
date Mon, 31 Jul 2006 18:36:29 +0000
parents 64d82a45a05d
children 097e5bc71210
line wrap: on
line diff
--- a/stream/stream.c	Mon Jul 31 17:48:50 2006 +0000
+++ b/stream/stream.c	Mon Jul 31 18:36:29 2006 +0000
@@ -54,6 +54,9 @@
 #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 @@
 #ifdef HAS_DVBIN_SUPPORT
   &stream_info_dvb,
 #endif
+#ifdef USE_TV
+  &stream_info_tv,
+#endif
 #ifdef HAVE_PVR
   &stream_info_pvr,
 #endif