summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-27 15:17:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-27 15:17:49 +0000
commitf15a14c1583ebdd25c129ca8be7fedec08596c02 (patch)
treea7c21d175d944ae29e5e48add97fc106ebf14b3c /libvo
parent04d20b550dd1d00f18686ecd8ac95212aab8e109 (diff)
downloadmpv-f15a14c1583ebdd25c129ca8be7fedec08596c02.tar.bz2
mpv-f15a14c1583ebdd25c129ca8be7fedec08596c02.tar.xz
Add missing input.h #include, fixes the warnings:
libvo/video_out.c:461: warning: implicit declaration of function 'mp_input_queue_cmd' libvo/video_out.c:461: warning: implicit declaration of function 'mp_input_parse_cmd' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31101 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index fdb75ba8fb..de6fcfd8e4 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -32,7 +32,7 @@
#include "mp_msg.h"
#include "help_mp.h"
-
+#include "input/input.h"
#include "osdep/shmem.h"
//int vo_flags=0;