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:
Jan Ekström 2022-02-02 22:23:39 +02:00
parent 053f10003c
commit 899850bedc
1 changed files with 2 additions and 2 deletions

View File

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