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. --- wscript | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index bb55ba411e..288db5443a 100644 --- a/wscript +++ b/wscript @@ -280,19 +280,6 @@ If you really mean to compile without libass support use --disable-libass." 'name' : '--lirc', 'desc' : 'lirc', 'func': check_cc(header_name='lirc/lirc_client.h', lib='lirc_client'), - }, { - 'name': '--libbluray', - 'desc': 'Bluray support', - 'func': check_pkg_config('libbluray', '>= 0.3.0'), - }, { - 'name': '--dvdread', - 'desc': 'dvdread support', - 'func': check_pkg_config('dvdread', '>= 4.1.0'), - }, { - 'name': '--dvdnav', - 'desc': 'dvdnav support', - 'deps': [ 'dvdread' ], - 'func': check_pkg_config('dvdnav', '>= 4.2.0'), }, { 'name': '--cdda', 'desc': 'cdda support (libcdio)', -- cgit v1.2.3