From 2d602b345bc2c5e216576a0be82e8416477c5f03 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 31 Oct 2002 23:54:26 +0000 Subject: =?UTF-8?q?Here's=20a=20new=20vo=20plugin=20that=20uses=20DirectFB?= =?UTF-8?q?.=20It's=20meant=20for=20Matrox=20G400=20cards=20and=20TV=20out?= =?UTF-8?q?.=20It's=20works=20like=20DVDMax=20in=20Windows.=20Instructions?= =?UTF-8?q?=20on=20how=20to=20make=20it=20work=20are=20at:=20http://www.sc?= =?UTF-8?q?i.fi/~syrjala/directfb/readme.txt=20patch=20by=20Ville=20Syrj?= =?UTF-8?q?=C3=A4l=C3=A4=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8014 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') 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" -- cgit v1.2.3