mirror of https://github.com/mpv-player/mpv
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:
parent
dad50c379c
commit
e2bd5139ad
2
wscript
2
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',
|
||||
|
|
Loading…
Reference in New Issue