1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 02:51:26 +00:00

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

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