summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-14 14:33:26 +0200
committerwm4 <wm4@nowhere>2014-07-14 14:34:14 +0200
commit4b93210e0c244a65ef10a566abed2ad25ecaf9a1 (patch)
tree6ff381d5cfd95f7b89c9253f07faa75883983dcc /stream/stream.c
parentc129e3f666a4d3f562f32e633293cf9bbb13c3ac (diff)
downloadmpv-4b93210e0c244a65ef10a566abed2ad25ecaf9a1.tar.bz2
mpv-4b93210e0c244a65ef10a566abed2ad25ecaf9a1.tar.xz
Remove DVD and Bluray support
It never worked well. Just remux your DVD and BD images to mkv.
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/stream/stream.c b/stream/stream.c
index d600088267..ba35e0f9ea 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -64,10 +64,6 @@ extern const stream_info_t stream_info_ffmpeg;
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_bdnav;
extern const stream_info_t stream_info_rar_filter;
extern const stream_info_t stream_info_rar_entry;
extern const stream_info_t stream_info_edl;
@@ -90,17 +86,6 @@ static const stream_info_t *const stream_list[] = {
#if HAVE_LIBSMBCLIENT
&stream_info_smb,
#endif
-#if HAVE_DVDREAD
- &stream_info_ifo,
- &stream_info_dvd,
-#endif
-#if HAVE_DVDNAV
- &stream_info_dvdnav,
-#endif
-#if HAVE_LIBBLURAY
- &stream_info_bluray,
- &stream_info_bdnav,
-#endif
&stream_info_memory,
&stream_info_null,