[Mplayer-cvslog] CVS: main configure,1.318,1.319

Alex Beregszaszi alex at mplayer.dev.hu
Wed Dec 5 17:48:39 CET 2001


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

Modified Files:
	configure 
Log Message:
added directfb to _vomodules

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -r1.318 -r1.319
--- configure	4 Dec 2001 23:10:59 -0000	1.318
+++ configure	5 Dec 2001 16:48:36 -0000	1.319
@@ -1294,6 +1294,7 @@
 if test "$_directfb" = yes ; then
   _def_directfb='#define HAVE_DIRECTFB 1'
   _vosrc="$_vosrc vo_directfb.c"
+  _vomodules="directfb $_vomodules"
   _ld_directfb='-ldirectfb'
 else
   _def_directfb='#undef HAVE_DIRECTFB'
@@ -2172,7 +2173,11 @@
         done
     fi
     test "$_xanimlibdir" && _xanim=yes
-    echores "yes (found: $_xanimlibdir)"
+    if test "$_xanim" == yes ; then
+      echores "yes (found: $_xanimlibdir)"
+    else
+      echores "no suitable directory found"
+    fi
   else
     echores "dl support needed"
   fi
@@ -2603,7 +2608,7 @@
 X11DIR = $_ld_x11
 
 # video output
-X_LIB = $_ld_x11 $_ld_gl $_ld_dga $_ld_xv $_ld_vm $_ld_xinerama $_ld_mad $_ld_sock 
+X_LIB = $_ld_x11 $_ld_gl $_ld_dga $_ld_xv $_ld_vm $_ld_xinerama $_ld_mad $_ld_sock
 GGI_LIB = $_ld_ggi
 MLIB_LIB =  $_ld_mlib
 MLIB_INC = $_inc_mlib




More information about the MPlayer-cvslog mailing list