summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-31 23:54:26 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-31 23:54:26 +0000
commit2d602b345bc2c5e216576a0be82e8416477c5f03 (patch)
tree785786e0957acfa16fdbb0946ffa22f5b469ca92 /configure
parent304cac4da3048b961d9ed500ccac657a4d82db00 (diff)
downloadmpv-2d602b345bc2c5e216576a0be82e8416477c5f03.tar.bz2
mpv-2d602b345bc2c5e216576a0be82e8416477c5f03.tar.xz
Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400
cards and TV out. It's works like DVDMax in Windows. Instructions on how to make it work are at: http://www.sci.fi/~syrjala/directfb/readme.txt patch by Ville Syrjälä <syrjala@sci.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 3161894ce1..d462bbe758 100755
--- a/configure
+++ b/configure
@@ -2194,6 +2194,11 @@ if test "$_directfb" = yes ; then
fi
_vomodules="directfb $_vomodules"
_ld_directfb='-ldirectfb'
+
+ if test "$_directfb_version" -ge 914; then
+ _vosrc="$_vosrc vo_dfbmga.c"
+ _vomodules="dfbmga $_vomodules"
+ fi
else
_def_directfb='#undef HAVE_DIRECTFB'
_novomodules="directfb $_novomodules"