mirror of
https://github.com/mpv-player/mpv
synced 2025-04-18 05:07:18 +00:00
wscript: bump libplacebo version requirement to 4.190
Was done in meson.build as part of
a9cb2e2821
, but the waf wscript
was missed.
This brings the two files in sync again.
This commit is contained in:
parent
053f10003c
commit
899850bedc
4
wscript
4
wscript
@ -741,9 +741,9 @@ video_output_features = [
|
||||
'func': check_pkg_config('libplacebo >= 3.104.0'),
|
||||
}, {
|
||||
'name': 'libplacebo-v4',
|
||||
'desc': 'libplacebo v4.170+, needed for vo_gpu_next',
|
||||
'desc': 'libplacebo v4.190+, needed for vo_gpu_next',
|
||||
'deps': 'libplacebo',
|
||||
'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 170',
|
||||
'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 190',
|
||||
use='libplacebo'),
|
||||
}, {
|
||||
'name': '--vulkan',
|
||||
|
Loading…
Reference in New Issue
Block a user