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.
This commit is contained in:
wm4
2015-06-26 17:17:34 +02:00
parent cd6d846b70
commit d11184a256
5 changed files with 1 additions and 646 deletions

View File

@@ -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" ),