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. --- TOOLS/old-makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile index 6792d7d430..6eb40ee3b6 100644 --- a/TOOLS/old-makefile +++ b/TOOLS/old-makefile @@ -88,8 +88,7 @@ SOURCES-$(VAAPI) += video/out/vo_vaapi.c \ SOURCES-$(VAAPI_VPP) += video/filter/vf_vavpp.c SOURCES-$(VAAPI_GLX) += video/out/gl_hwdec_vaglx.c -SOURCES-$(X11) += video/out/vo_x11.c video/out/x11_common.c -SOURCES-$(XV) += video/out/vo_xv.c +SOURCES-$(XV) += video/out/x11_common.c video/out/vo_xv.c SOURCES-$(WAYLAND) += video/out/vo_wayland.c \ video/out/wayland_common.c \ video/out/wayland/buffer.c \ -- cgit v1.2.3