[MPlayer-cvslog] r36890 - trunk/configure

ib subversion at mplayerhq.hu
Wed Feb 19 17:58:41 CET 2014


Author: ib
Date: Wed Feb 19 17:58:41 2014
New Revision: 36890

Log:
configure: Make the XShape extension optional.

The GUI compiles and runs without it.

Although some skins will look ugly,
there are skins that not even require the extension.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Feb 19 17:32:45 2014	(r36889)
+++ trunk/configure	Wed Feb 19 17:58:41 2014	(r36890)
@@ -7826,7 +7826,8 @@ EOF
     if test "$_xshape" = yes ; then
       def_xshape='#define CONFIG_XSHAPE 1'
     else
-      die "The GUI requires the X11 extension XShape (which was not found)."
+      def_xshape='#undef CONFIG_XSHAPE'
+      res_comment="some skins will look ugly without it"
     fi
     echores "$_xshape"
 


More information about the MPlayer-cvslog mailing list