[MPlayer-cvslog] r20245 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Oct 15 18:47:17 CEST 2006
Author: diego
Date: Sun Oct 15 18:47:17 2006
New Revision: 20245
Modified:
trunk/configure
Log:
Remove Linux test from DirectFB check, it runs on some BSD systems at least.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Oct 15 18:47:17 2006
@@ -3714,8 +3714,7 @@
echocheck "DirectFB"
if test "$_directfb" = auto ; then
_directfb=no
- if linux; then
- cat > $TMPC <<EOF
+ cat > $TMPC <<EOF
#include <directfb.h>
int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
EOF
@@ -3724,7 +3723,6 @@
cc_check $_inc_tmp -ldirectfb && _directfb=yes && \
_inc_extra="$_inc_extra $_inc_tmp" && break
done
- fi
fi
dfb_version() {
More information about the MPlayer-cvslog
mailing list