1
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:33:46 +01:00

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'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30723 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-23 20:16:30 +00:00
parent eb846cb700
commit abc9495e0c

View File

@ -62,7 +62,7 @@
#include "m_config.h" #include "m_config.h"
#include "parser-mecmd.h" #include "parser-mecmd.h"
#include "parser-cfg.h" #include "parser-cfg.h"
#include "mp_fifo.h"
#include "get_path.h" #include "get_path.h"
#include "stream/stream.h" #include "stream/stream.h"
@ -72,7 +72,7 @@
#include "libmpdemux/mp3_hdr.h" #include "libmpdemux/mp3_hdr.h"
#include "libmpdemux/muxer.h" #include "libmpdemux/muxer.h"
#include "input/input.h"
#include "libvo/video_out.h" #include "libvo/video_out.h"
#include "libaf/af_format.h" #include "libaf/af_format.h"