From d11184a256ed709a03fa94a4e3940eed1b76d76f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 26 Jun 2015 17:17:34 +0200 Subject: vo_x11: remove this video output It only causes additional maintenance work. Even if you wanted to have a fallback, it's probably better to use --vo=sdl or so. --- 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 86a6b544f8..6c8462340c 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -359,7 +359,6 @@ def build(ctx): ( "video/out/vo_vaapi.c", "vaapi" ), ( "video/out/vo_vdpau.c", "vdpau" ), ( "video/out/vo_wayland.c", "wayland" ), - ( "video/out/vo_x11.c" , "x11" ), ( "video/out/vo_xv.c", "xv" ), ( "video/out/w32_common.c", "win32" ), ( "video/out/wayland_common.c", "wayland" ), -- cgit v1.2.3