summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 74715970af..b7c373b6d4 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -74,6 +74,7 @@ extern const stream_info_t stream_info_avdevice;
extern const stream_info_t stream_info_file;
extern const stream_info_t stream_info_ifo;
extern const stream_info_t stream_info_dvd;
+extern const stream_info_t stream_info_dvdnav;
extern const stream_info_t stream_info_bluray;
extern const stream_info_t stream_info_rar_filter;
extern const stream_info_t stream_info_rar_entry;
@@ -107,6 +108,9 @@ static const stream_info_t *const stream_list[] = {
&stream_info_ifo,
&stream_info_dvd,
#endif
+#if HAVE_DVDNAV
+ &stream_info_dvdnav,
+#endif
#if HAVE_LIBBLURAY
&stream_info_bluray,
#endif