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. --- wscript_build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 63bc9462b3..42d925d9bc 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -368,8 +368,7 @@ def build(ctx): ( "stream/stream_cb.c" ), ( "stream/stream_cdda.c", "cdda" ), ( "stream/stream_dvb.c", "dvbin" ), - ( "stream/stream_dvd.c", "dvdread-common" ), - ( "stream/stream_dvd_common.c", "dvdread-common" ), + ( "stream/stream_dvd_common.c", "dvdnav" ), ( "stream/stream_dvdnav.c", "dvdnav" ), ( "stream/stream_edl.c" ), ( "stream/stream_file.c" ), -- cgit v1.2.3