summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream.c')
-rw-r--r--libmpdemux/stream.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libmpdemux/stream.c b/libmpdemux/stream.c
index a31c6a5136..f1b12ae827 100644
--- a/libmpdemux/stream.c
+++ b/libmpdemux/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 HAVE_PVR
+extern stream_info_t stream_info_pvr;
+#endif
#ifdef HAVE_FTP
extern stream_info_t stream_info_ftp;
#endif
@@ -101,6 +104,9 @@ stream_info_t* auto_open_streams[] = {
#ifdef HAS_DVBIN_SUPPORT
&stream_info_dvb,
#endif
+#ifdef HAVE_PVR
+ &stream_info_pvr,
+#endif
#ifdef HAVE_FTP
&stream_info_ftp,
#endif