Mercurial > mplayer.hg
changeset 30681:5892578d325b
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'
author | diego |
---|---|
date | Tue, 23 Feb 2010 20:16:30 +0000 |
parents | 9f6927dd7472 |
children | 5fdc3c62cf76 |
files | mencoder.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Tue Feb 23 16:46:43 2010 +0000 +++ b/mencoder.c Tue Feb 23 20:16:30 2010 +0000 @@ -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"