mirror of https://github.com/mpv-player/mpv
wscript: bump required libplacebo-next version to 5.266
Was forgotten in b73d96776c
. Can't wait
until we finally remove the waf build.
This commit is contained in:
parent
d2c28bc4df
commit
c8a54a8c23
4
wscript
4
wscript
|
@ -792,9 +792,9 @@ video_output_features = [
|
|||
'func': check_pkg_config('libplacebo >= 4.157.0'),
|
||||
}, {
|
||||
'name': '--libplacebo-next',
|
||||
'desc': 'libplacebo v5.264.0+, needed for vo_gpu_next',
|
||||
'desc': 'libplacebo v5.266.0+, needed for vo_gpu_next',
|
||||
'deps': 'libplacebo',
|
||||
'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 264',
|
||||
'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 266',
|
||||
use='libplacebo'),
|
||||
}, {
|
||||
'name': 'libplacebo-decode',
|
||||
|
|
Loading…
Reference in New Issue