summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-13 13:35:33 +0100
committerwm4 <wm4@nowhere>2013-01-13 13:35:33 +0100
commit418f68d6ca7a6906dcbaa58a2382ac0056494966 (patch)
treeb7f84761aac32cdef1dd975b169bc06197bdc7ba /configure
parent82d72ef39fd2b06b522ca64905f2de3ad5b462a5 (diff)
downloadmpv-418f68d6ca7a6906dcbaa58a2382ac0056494966.tar.bz2
mpv-418f68d6ca7a6906dcbaa58a2382ac0056494966.tar.xz
configure: cleanup: remove unused xshape switches
They didn't do anything since the internal GUI was removed years ago.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index f106876cd4..58b3d79215 100755
--- a/configure
+++ b/configure
@@ -355,7 +355,6 @@ Video output:
--enable-vm enable XF86VidMode support [autodetect]
--enable-xinerama enable Xinerama support [autodetect]
--enable-x11 enable X11 video output [autodetect]
- --enable-xshape enable XShape support [autodetect]
--disable-xss disable screensaver support via xss [autodetect]
--disable-corevideo disable CoreVideo video output [autodetect]
--disable-cocoa disable Cocoa OpenGL backend [autodetect]
@@ -419,7 +418,6 @@ _prefix="/usr/local"
ffmpeg=auto
_encoding=yes
_x11=auto
-_xshape=auto
_xss=auto
_xv=auto
_vdpau=auto
@@ -589,8 +587,6 @@ for ac_option do
--disable-encoding) _encoding=no ;;
--enable-x11) _x11=yes ;;
--disable-x11) _x11=no ;;
- --enable-xshape) _xshape=yes ;;
- --disable-xshape) _xshape=no ;;
--enable-xss) _xss=yes ;;
--disable-xss) _xss=no ;;
--enable-xv) _xv=yes ;;