[MPlayer-cvslog] r24182 - in trunk: command.c mp_core.h

diego subversion at mplayerhq.hu
Sat Aug 25 18:03:02 CEST 2007


Author: diego
Date: Sat Aug 25 18:03:02 2007
New Revision: 24182

Log:
Fix warnings:
In file included from mplayer.c:191:
mp_fifo.h:5: warning: redundant redeclaration of 'mplayer_put_key'
mp_core.h:129: warning: previous declaration of 'mplayer_put_key' was here
In file included from command.c:59:
mp_fifo.h:5: warning: redundant redeclaration of 'mplayer_put_key'
mp_core.h:129: warning: previous declaration of 'mplayer_put_key' was here


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

Modified: trunk/command.c
==============================================================================
--- trunk/command.c	(original)
+++ trunk/command.c	Sat Aug 25 18:03:02 2007
@@ -55,6 +55,7 @@
 #endif
 
 #include "mp_core.h"
+#include "mp_fifo.h"
 
 #define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))
 

Modified: trunk/mp_core.h
==============================================================================
--- trunk/mp_core.h	(original)
+++ trunk/mp_core.h	Sat Aug 25 18:03:02 2007
@@ -127,5 +127,4 @@ void exit_player_with_rc(const char* how
 char *get_path(const char *filename);
 void rm_osd_msg(int id);
 void add_subtitles(char *filename, float fps, int silent);
-void mplayer_put_key(int code);
 int reinit_video_chain(void);



More information about the MPlayer-cvslog mailing list