From c6773692adba9d65fd43313f07a8aab9af2aa80d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 30 Jun 2019 01:02:45 +0200 Subject: vo_gpu: remove vdpau/GLX backend Useless garbage. This was once added to test whether vdpau presentation feedback could be used. Results were always unsatisfactory, and now vdpau is dead. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 2ef2209d46..2c60a8dcf6 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -451,7 +451,6 @@ def build(ctx): ( "video/out/opengl/context_dxinterop.c","gl-dxinterop" ), ( "video/out/opengl/context_glx.c", "gl-x11" ), ( "video/out/opengl/context_rpi.c", "rpi" ), - ( "video/out/opengl/context_vdpau.c", "vdpau-gl-x11" ), ( "video/out/opengl/context_wayland.c", "gl-wayland" ), ( "video/out/opengl/context_win.c", "gl-win32" ), ( "video/out/opengl/context_x11egl.c", "egl-x11" ), -- cgit v1.2.3