summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-28 20:20:06 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-28 20:20:06 +0000
commit0a945c970bfc630ae29533208041f65e83e532e9 (patch)
tree315e50917c51a8122215beeea5b9baac4363e4dd /configure
parent55932536f15ec718d78e72fcc122aebf04a9d735 (diff)
downloadmpv-0a945c970bfc630ae29533208041f65e83e532e9.tar.bz2
mpv-0a945c970bfc630ae29533208041f65e83e532e9.tar.xz
DFB 0.9.10 update patch by Jiri.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5891 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 16 insertions, 0 deletions
diff --git a/configure b/configure
index a662864676..65b916c223 100755
--- a/configure
+++ b/configure
@@ -1858,6 +1858,21 @@ else
fi
echores "$_directfb099"
fi
+if test "$_directfb" = yes; then
+echocheck "DirectFB >= 0.9.10"
+ _directfb0910=no
+ cat > $TMPC <<EOF
+#include <directfb.h>
+int main(void) { DFBDisplayLayerCapabilities caps=DLCAPS_DST_COLORKEY; return 0; }
+EOF
+ cc_check -ldirectfb && _directfb0910=yes
+if test "$_directfb0910" = yes ; then
+ _def_directfb0910='#define HAVE_DIRECTFB0910 1'
+else
+ _def_directfb0910='#undef HAVE_DIRECTFB0910'
+fi
+echores "$_directfb0910"
+fi
echocheck "X11"
if test "$_x11" = auto || test "$_x11" = yes ; then
cat > $TMPC <<EOF
@@ -4008,6 +4023,7 @@ $_def_3dfx
$_def_tdfxfb
$_def_directfb
$_def_directfb099
+$_def_directfb0910
$_def_zr
$_def_mga
$_def_xmga