From 4b93210e0c244a65ef10a566abed2ad25ecaf9a1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 14 Jul 2014 14:33:26 +0200 Subject: Remove DVD and Bluray support It never worked well. Just remux your DVD and BD images to mkv. --- stream/stream.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'stream/stream.c') 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, -- cgit v1.2.3