[Mplayer-cvslog] CVS: main configure,1.397,1.398
Arpi of Ize
arpi at mplayer.dev.hu
Sun Mar 10 16:46:50 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv14811
Modified Files:
configure
Log Message:
DirectFB 0.9.9 support - patch by Aubin Paul <aubin at punknews.org>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.397
retrieving revision 1.398
diff -u -r1.397 -r1.398
--- configure 6 Mar 2002 02:22:46 -0000 1.397
+++ configure 10 Mar 2002 15:46:40 -0000 1.398
@@ -1507,6 +1507,23 @@
fi
echores "$_directfb"
+echocheck "DirectFB >= 0.9.9"
+if test "$_directfb" = auto; then
+ _directfb=no
+ cat > $TMPC <<EOF
+#include <directfb.h>
+nt main(void) { IDirectFBEventBuffer *foo; return 0; }
+EOF
+ linux && test -c /dev/fb0 && cc_check -ldirectfb && _directfb=yes
+fi
+if test "$_directfb" = yes ; then
+ _def_directfb='#define HAVE_DIRECTFB099 1'
+else
+ _def_directfb='#undef HAVE_DIRECTFB'
+fi
+echores "$_directfb"
+
+
# Checking for localization ...
echocheck "language"
More information about the MPlayer-cvslog
mailing list