summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-26 17:17:34 +0200
committerwm4 <wm4@nowhere>2015-06-26 17:17:34 +0200
commitd11184a256ed709a03fa94a4e3940eed1b76d76f (patch)
tree0e5a3d178a43a1fc73642eadeaddf224c0ebb25f /TOOLS
parentcd6d846b70afc366a6d353571f3b730f7698106a (diff)
downloadmpv-d11184a256ed709a03fa94a4e3940eed1b76d76f.tar.bz2
mpv-d11184a256ed709a03fa94a4e3940eed1b76d76f.tar.xz
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.
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/old-makefile3
1 files changed, 1 insertions, 2 deletions
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 \