[MPlayer-cvslog] CVS: main/libvo vo_dfbmga.c, 1.31, 1.32 vo_gif89a.c, 1.17, 1.18

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Mar 27 09:31:10 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv31948/libvo

Modified Files:
	vo_dfbmga.c vo_gif89a.c 
Log Message:
Remove superfluous extern variable declaration.


Index: vo_dfbmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dfbmga.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- vo_dfbmga.c	3 Nov 2005 10:50:43 -0000	1.31
+++ vo_dfbmga.c	27 Mar 2006 07:31:08 -0000	1.32
@@ -47,8 +47,6 @@
 
 LIBVO_EXTERN(dfbmga)
 
-extern int verbose;
-
 /******************************
 *	   directfb 	      *
 ******************************/

Index: vo_gif89a.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gif89a.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- vo_gif89a.c	12 Jan 2006 20:04:35 -0000	1.17
+++ vo_gif89a.c	27 Mar 2006 07:31:08 -0000	1.18
@@ -70,8 +70,6 @@
 
 LIBVO_EXTERN(gif89a)
 
-extern int verbose;
-
 
 // how many frames per second we are aiming for during output.
 static float target_fps;




More information about the MPlayer-cvslog mailing list