summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
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 /video/out/vo.c
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 'video/out/vo.c')
-rw-r--r--video/out/vo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 759f4a9fba..954a9a4c67 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -47,7 +47,6 @@
#include "osdep/io.h"
#include "osdep/threads.h"
-extern const struct vo_driver video_out_x11;
extern const struct vo_driver video_out_vdpau;
extern const struct vo_driver video_out_xv;
extern const struct vo_driver video_out_opengl;
@@ -92,9 +91,6 @@ const struct vo_driver *const video_out_drivers[] =
#if HAVE_VAAPI
&video_out_vaapi,
#endif
-#if HAVE_X11
- &video_out_x11,
-#endif
&video_out_null,
// should not be auto-selected
&video_out_image,