summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 423a076155..0c21682da9 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -56,9 +56,7 @@ extern const stream_info_t stream_info_ffmpeg;
extern const stream_info_t stream_info_ffmpeg_unsafe;
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_ifo_dvdnav;
-extern const stream_info_t stream_info_dvd;
extern const stream_info_t stream_info_dvdnav;
extern const stream_info_t stream_info_bdmv_dir;
extern const stream_info_t stream_info_bluray;
@@ -84,10 +82,6 @@ static const stream_info_t *const stream_list[] = {
#if HAVE_LIBSMBCLIENT
&stream_info_smb,
#endif
-#if HAVE_DVDREAD || HAVE_DVDNAV
- &stream_info_ifo,
- &stream_info_dvd,
-#endif
#if HAVE_DVDNAV
&stream_info_ifo_dvdnav,
&stream_info_dvdnav,