diff configure @ 8013:bd100a3d486f

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>
author arpi
date Thu, 31 Oct 2002 23:54:26 +0000
parents 9e79e1c1b2a4
children 892c73ce9ba3
line wrap: on
line diff
--- a/configure	Thu Oct 31 23:37:38 2002 +0000
+++ b/configure	Thu Oct 31 23:54:26 2002 +0000
@@ -2194,6 +2194,11 @@
   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"