From 259cfbe7e23f353d15291875b70663517e973377 Mon Sep 17 00:00:00 2001 From: rathann Date: Thu, 29 Mar 2007 17:16:11 +0000 Subject: Code cleanup: don't include a .c file in mplayer.c and fix a few "implicit declaration of function ‘mplayer_put_key’" warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on Attila's suggestions. Approved by Uoti and Ivan. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22841 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_directfb2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libvo/vo_directfb2.c') diff --git a/libvo/vo_directfb2.c b/libvo/vo_directfb2.c index 7be855a58d..376a011d1e 100644 --- a/libvo/vo_directfb2.c +++ b/libvo/vo_directfb2.c @@ -47,6 +47,7 @@ #include "mp_msg.h" #include "aspect.h" #include "subopt-helper.h" +#include "mp_fifo.h" #ifndef min #define min(x,y) (((x)<(y))?(x):(y)) @@ -892,8 +893,6 @@ static int config(uint32_t s_width, uint32_t s_height, uint32_t d_width, return 0; } -extern void mplayer_put_key(int code); - #include "osdep/keycodes.h" static void check_events(void) -- cgit v1.2.3