[Mplayer-cvslog] CVS: main configure,1.591,1.592
    Arpi of Ize 
    arpi at mplayerhq.hu
       
    Fri Nov  1 00:54:28 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main mplayer_wine.spec.c,NONE,1.1 mplayer_wine.spec,NONE,1.1 Makefile,1.228,1.229
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_dfbmga.c,NONE,1.1 video_out.c,1.62,1.63
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv25798
Modified Files:
	configure 
Log Message:
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 at sci.fi>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -r1.591 -r1.592
--- configure	29 Oct 2002 23:07:41 -0000	1.591
+++ configure	31 Oct 2002 23:54:25 -0000	1.592
@@ -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"
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main mplayer_wine.spec.c,NONE,1.1 mplayer_wine.spec,NONE,1.1 Makefile,1.228,1.229
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_dfbmga.c,NONE,1.1 video_out.c,1.62,1.63
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list