[MPlayer-cvslog] r23817 - in trunk: mp_core.h mplayer.c

Gabrov subversion at mplayerhq.hu
Wed Jul 18 15:02:08 CEST 2007


Author: Gabrov
Date: Wed Jul 18 15:02:08 2007
New Revision: 23817

Log:
fix redundant redeclaration warning

Modified:
   trunk/mp_core.h
   trunk/mplayer.c

Modified: trunk/mp_core.h
==============================================================================
--- trunk/mp_core.h	(original)
+++ trunk/mp_core.h	Wed Jul 18 15:02:08 2007
@@ -113,7 +113,6 @@ extern int osd_duration;
 extern int term_osd;
 extern int fixed_vo;
 extern int ass_enabled;
-extern int fixed_vo;
 extern int forced_subs_only;
 
 // These were listed as externs in mplayer.c, should be in some other header

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	(original)
+++ trunk/mplayer.c	Wed Jul 18 15:02:08 2007
@@ -24,7 +24,6 @@
 #define	SIGKILL	9	/* kill (cannot be caught or ignored) */
 #define	SIGBUS	10	/* bus error */
 #define	SIGPIPE	13	/* broken pipe */
-extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);
 #endif
 
 #include <sys/time.h>



More information about the MPlayer-cvslog mailing list