From b1fb4b783bd604ffb763e88a7cee2ad9d9c2c209 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 22 Feb 2022 20:04:31 +0100 Subject: vo_gpu_next: remove/simplify plane flipping hacks libplacebo v198 fixed this properly by adding the ability to flip planes directly, which is done automatically by the swapchain helpers. As such, we no longer need to concern ourselves with hacky logic to flip planes using the crop. This also removes the need for the OSD coordinate hack on OpenGL. --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index a3152aa3b0..3b8653097e 100644 --- a/wscript +++ b/wscript @@ -741,9 +741,9 @@ video_output_features = [ 'func': check_pkg_config('libplacebo >= 4.157.0'), }, { 'name': 'libplacebo-next', - 'desc': 'libplacebo v4.197+, needed for vo_gpu_next', + 'desc': 'libplacebo v4.199+, needed for vo_gpu_next', 'deps': 'libplacebo', - 'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 197', + 'func': check_preprocessor('libplacebo/config.h', 'PL_API_VER >= 199', use='libplacebo'), }, { 'name': '--vulkan', -- cgit v1.2.3