[MPlayer-cvslog] r31101 - trunk/libvo/video_out.c

diego subversion at mplayerhq.hu
Tue Apr 27 17:17:49 CEST 2010


Author: diego
Date: Tue Apr 27 17:17:49 2010
New Revision: 31101

Log:
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'

Modified:
   trunk/libvo/video_out.c

Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c	Tue Apr 27 17:16:42 2010	(r31100)
+++ trunk/libvo/video_out.c	Tue Apr 27 17:17:49 2010	(r31101)
@@ -32,7 +32,7 @@
 
 #include "mp_msg.h"
 #include "help_mp.h"
-
+#include "input/input.h"
 #include "osdep/shmem.h"
 
 //int vo_flags=0;


More information about the MPlayer-cvslog mailing list