[Mplayer-cvslog] CVS: main configure,1.301,1.302
pl
pl at mplayer.dev.hu
Thu Nov 29 17:47:16 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv31594
Modified Files:
configure
Log Message:
extrachecks for weird configs GUI (--enable-gui --disable-png for instance)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- configure 29 Nov 2001 01:18:05 -0000 1.301
+++ configure 29 Nov 2001 16:47:07 -0000 1.302
@@ -2336,6 +2336,10 @@
echo "$_gui"
if test "$_gui" = yes ; then
+ # Required libraries
+ test "$_png" != yes && die "PNG support required for GUI compilation"
+ test "$_x11" != yes && die "X11 support required for GUI compilation"
+
echocheck "XShape extension"
_xshape=no
if test "$_x11" = yes ; then
More information about the MPlayer-cvslog
mailing list