From 23a7257cca5982fa44300825ea489ba95a7e4c17 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 15 Jul 2014 01:49:02 +0200 Subject: Revert "Remove DVD and Bluray support" This reverts commit 4b93210e0c244a65ef10a566abed2ad25ecaf9a1. *shrug* --- wscript_build.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index c4d1be440e..62446d1907 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -174,6 +174,7 @@ def build(ctx): ( "demux/codec_tags.c" ), ( "demux/demux.c" ), ( "demux/demux_cue.c" ), + ( "demux/demux_disc.c" ), ( "demux/demux_edl.c" ), ( "demux/demux_lavf.c" ), ( "demux/demux_libass.c", "libass"), @@ -215,6 +216,7 @@ def build(ctx): ( "player/client.c" ), ( "player/command.c" ), ( "player/configfiles.c" ), + ( "player/discnav.c" ), ( "player/loadfile.c" ), ( "player/main.c" ), ( "player/misc.c" ), @@ -242,8 +244,12 @@ def build(ctx): ( "stream/rar.c" ), ( "stream/stream.c" ), ( "stream/stream_avdevice.c" ), + ( "stream/stream_bluray.c", "libbluray" ), ( "stream/stream_cdda.c", "cdda" ), ( "stream/stream_dvb.c", "dvbin" ), + ( "stream/stream_dvd.c", "dvdread" ), + ( "stream/stream_dvd_common.c", "dvdread" ), + ( "stream/stream_dvdnav.c", "dvdnav" ), ( "stream/stream_edl.c" ), ( "stream/stream_file.c" ), ( "stream/stream_lavf.c" ), -- cgit v1.2.3