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:
Dudemanguy 2023-07-02 11:19:02 -05:00 committed by Jan Ekström
parent d2c28bc4df
commit c8a54a8c23
1 changed files with 2 additions and 2 deletions

View File

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