summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-06-30 01:02:45 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:05 +0200
commitc6773692adba9d65fd43313f07a8aab9af2aa80d (patch)
tree22382516c5726fa478c4c719b7a0dc9d77af7cf5 /wscript_build.py
parent83d7123dc32e7fb8b1e05ed21af845707d115295 (diff)
downloadmpv-c6773692adba9d65fd43313f07a8aab9af2aa80d.tar.bz2
mpv-c6773692adba9d65fd43313f07a8aab9af2aa80d.tar.xz
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.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
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" ),