wscript: bump libplacebo-next required version to 5.264

b77f88157e only bumped the version for
meson builds.
This commit is contained in:
llyyr 2023-03-27 04:07:46 +05:30 committed by Philip Langdale
parent b77f88157e
commit 631b7d54dc
1 changed files with 2 additions and 2 deletions

View File

@ -780,9 +780,9 @@ video_output_features = [
'func': check_pkg_config('libplacebo >= 4.157.0'),
}, {
'name': 'libplacebo-next',
'desc': 'libplacebo v4.202+, needed for vo_gpu_next',
'desc': 'libplacebo v5.264.0+, needed for vo_gpu_next',
'deps': 'libplacebo',
'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 202',
'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 264',
use='libplacebo'),
}, {
'name': '--vulkan',