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.
This commit is contained in:
Stefano Pigozzi 2014-04-05 17:40:50 +02:00
parent dad50c379c
commit e2bd5139ad
1 changed files with 1 additions and 1 deletions

View File

@ -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',