[Mplayer-cvslog] CVS: main configure,1.513,1.514

Atmosfear atmos4 at mplayerhq.hu
Sun Jun 16 16:03:56 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv23996

Modified Files:
	configure 
Log Message:
wtf..10l to dunno..only use x11_common.c when x11 is detected

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.513
retrieving revision 1.514
diff -u -r1.513 -r1.514
--- configure	15 Jun 2002 23:55:06 -0000	1.513
+++ configure	16 Jun 2002 14:03:53 -0000	1.514
@@ -2087,7 +2087,7 @@
 fi
 if test "$_x11" = yes ; then
   _def_x11='#define HAVE_X11 1'
-  _vosrc="$_vosrc vo_x11.c"
+  _vosrc="$_vosrc x11_common.c vo_x11.c"
   _vomodules="x11 $_vomodules"
 else
   _def_x11='#undef HAVE_X11'




More information about the MPlayer-cvslog mailing list