From e2bd5139adac0f47c26e425280fbf92227523d9d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 5 Apr 2014 17:40:50 +0200 Subject: build: bump libbluray minimum version The code uses BD_OVERLAY_HIDE which seems to be available from 0.3.0. Update the pkg-config query. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b60e8d3c0b..71d0af4342 100644 --- a/wscript +++ b/wscript @@ -288,7 +288,7 @@ If you really mean to compile without libass support use --disable-libass." }, { 'name': '--libbluray', 'desc': 'Bluray support', - 'func': check_pkg_config('libbluray', '>= 0.2.1'), + 'func': check_pkg_config('libbluray', '>= 0.3.0'), }, { 'name': '--dvdread', 'desc': 'dvdread support', -- cgit v1.2.3