From 62294049852549e99ec948e0df16452856afa0c1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Sep 2019 15:29:27 +0200 Subject: Remove libdvdread support in favor of libdvdnav stream_dvd.c contained large amounts of ancient, unmaintained code, which has been historically moved to libdvdnav. Basically, it's full of low level parsing of DVD on-disc structures. Kill it for good. Users can use the remaining dvdnav support (which basically operates in non-menu mode). Users have reported that libdvdread sometimes works better, but this is just libdvdnav's problem and not ours. --- options/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 26ec289d74..962df9d34b 100644 --- a/options/options.c +++ b/options/options.c @@ -386,9 +386,9 @@ const m_option_t mp_opts[] = { // ------------------------- stream options -------------------- -#if HAVE_DVDREAD || HAVE_DVDNAV +#if HAVE_DVDNAV OPT_SUBSTRUCT("", dvd_opts, dvd_conf, 0), -#endif /* HAVE_DVDREAD */ +#endif OPT_INTPAIR("chapter", chapterrange, 0, .deprecation_message = "instead of " "--chapter=A-B use --start=#A --end=#B+1"), OPT_CHOICE_OR_INT("edition", edition_id, 0, 0, 8190, -- cgit v1.2.3