[MPlayer-cvslog] r30723 - trunk/mencoder.c
diego
subversion at mplayerhq.hu
Tue Feb 23 21:16:31 CET 2010
Author: diego
Date: Tue Feb 23 21:16:30 2010
New Revision: 30723
Log:
Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:
mencoder.c:226: warning: no previous prototype for 'mp_input_check_interrupt'
mencoder.c:232: warning: no previous prototype for 'mplayer_put_key'
Modified:
trunk/mencoder.c
Modified: trunk/mencoder.c
==============================================================================
--- trunk/mencoder.c Tue Feb 23 17:46:43 2010 (r30722)
+++ trunk/mencoder.c Tue Feb 23 21:16:30 2010 (r30723)
@@ -62,7 +62,7 @@
#include "m_config.h"
#include "parser-mecmd.h"
#include "parser-cfg.h"
-
+#include "mp_fifo.h"
#include "get_path.h"
#include "stream/stream.h"
@@ -72,7 +72,7 @@
#include "libmpdemux/mp3_hdr.h"
#include "libmpdemux/muxer.h"
-
+#include "input/input.h"
#include "libvo/video_out.h"
#include "libaf/af_format.h"
More information about the MPlayer-cvslog
mailing list