0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

wscript: bump libplacebo minimum version

Switching to v3 allows us to drop the use of deprecated/removed members.
This commit is contained in:
Niklas Haas 2021-10-04 06:09:04 +02:00 committed by Niklas Haas
parent c27c17fcab
commit ef2cd3a663

View File

@ -734,7 +734,7 @@ video_output_features = [
}, {
'name': '--libplacebo',
'desc': 'libplacebo support',
'func': check_pkg_config('libplacebo >= 2.72.0'),
'func': check_pkg_config('libplacebo >= 3.104.0'),
}, {
'name': '--vulkan',
'desc': 'Vulkan context support',