[Mplayer-cvslog] CVS: main configure,1.756,1.757
Alex Beregszaszi
alex at mplayerhq.hu
Mon Sep 1 01:01:11 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv29920
Modified Files:
configure
Log Message:
vo_fbdev2 written by Joey Parrish with some minor modifications
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.756
retrieving revision 1.757
diff -u -r1.756 -r1.757
--- configure 30 Aug 2003 22:31:41 -0000 1.756
+++ configure 31 Aug 2003 23:00:38 -0000 1.757
@@ -3073,7 +3073,7 @@
fi
if test "$_fbdev" = yes ; then
_def_fbdev='#define HAVE_FBDEV 1'
- _vosrc="$_vosrc vo_fbdev.c"
+ _vosrc="$_vosrc vo_fbdev.c vo_fbdev2.c"
_vomodules="fbdev $_vomodules"
else
_def_fbdev='#undef HAVE_FBDEV'
More information about the MPlayer-cvslog
mailing list