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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 288db5443a..bb55ba411e 100644 --- a/wscript +++ b/wscript @@ -280,6 +280,19 @@ 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