[Mplayer-cvslog] CVS: main/libvo video_out.c,1.68,1.69

Alex Beregszaszi alex at mplayerhq.hu
Thu May 1 22:35:59 CEST 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv8342/libvo

Modified Files:
	video_out.c 
Log Message:
1000l to the author and for the commiter (me :)

Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- video_out.c	12 Mar 2003 15:04:05 -0000	1.68
+++ video_out.c	1 May 2003 20:35:56 -0000	1.69
@@ -93,7 +93,7 @@
 #endif
 #ifdef HAVE_DIRECTFB
 extern vo_functions_t video_out_directfb;
-#if DIRECTFBVERSION >= 914
+#if DIRECTFBVERSION >= 915
 extern vo_functions_t video_out_dfbmga;
 #endif
 #endif
@@ -190,7 +190,7 @@
 #endif
 #ifdef HAVE_DIRECTFB
 	&video_out_directfb,
-#if DIRECTFBVERSION >= 914
+#if DIRECTFBVERSION >= 915
         &video_out_dfbmga,
 #endif
 #endif



More information about the MPlayer-cvslog mailing list