summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-20 21:15:04 +0100
committerwm4 <wm4@nowhere>2015-01-20 21:15:04 +0100
commit724f722d7f284076e717d59c8565b7ed27dadae3 (patch)
treeb388e76fa14ba356a4cd96d842ad0617a9c4568f /wscript_build.py
parent21322a016e74ddf20cffaab5d621db1cf694eaa5 (diff)
downloadmpv-724f722d7f284076e717d59c8565b7ed27dadae3.tar.bz2
mpv-724f722d7f284076e717d59c8565b7ed27dadae3.tar.xz
vo_opengl_old: remove this VO
At this point, there is probably no hardware left that doesn't do OpenGL 2.1, and at the same time is fast enough to handle video.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript_build.py b/wscript_build.py
index c91f5de4c7..4146ca4576 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -348,7 +348,6 @@ def build(ctx):
( "video/out/gl_wayland.c", "gl-wayland" ),
( "video/out/gl_x11.c", "gl-x11" ),
( "video/out/gl_x11egl.c", "egl-x11" ),
- ( "video/out/pnm_loader.c", "gl" ),
( "video/out/vo.c" ),
( "video/out/vo_caca.c", "caca" ),
( "video/out/vo_direct3d.c", "direct3d" ),
@@ -357,7 +356,6 @@ def build(ctx):
( "video/out/vo_null.c" ),
( "video/out/vo_opengl.c", "gl" ),
( "video/out/vo_opengl_cb.c", "gl" ),
- ( "video/out/vo_opengl_old.c", "gl" ),
( "video/out/vo_sdl.c", "sdl2" ),
( "video/out/vo_vaapi.c", "vaapi" ),
( "video/out/vo_vdpau.c", "vdpau" ),