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

@@ -75,12 +75,6 @@ Available video output drivers are:
not responding quickly enough if video FPS is close to or higher than
the display refresh rate.
``x11`` (X11 only)
Shared memory video output driver without hardware acceleration that works
whenever X11 is present.
.. note:: This is a fallback only, and should not be normally used.
``vdpau`` (X11 only)
Uses the VDPAU interface to display and optionally also decode video.
Hardware decoding is used with ``--hwdec=vdpau``.