From 259cfbe7e23f353d15291875b70663517e973377 Mon Sep 17 00:00:00 2001 From: rathann Date: Thu, 29 Mar 2007 17:16:11 +0000 Subject: =?UTF-8?q?Code=20cleanup:=20don't=20include=20a=20.c=20file=20in?= =?UTF-8?q?=20mplayer.c=20and=20fix=20a=20few=20"implicit=20declaration=20?= =?UTF-8?q?of=20function=20=E2=80=98mplayer=5Fput=5Fkey=E2=80=99"=20warnin?= =?UTF-8?q?gs?= 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_quartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_quartz.c') diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c index 05dce549a9..b9546dc80d 100644 --- a/libvo/vo_quartz.c +++ b/libvo/vo_quartz.c @@ -30,6 +30,7 @@ #include "aspect.h" #include "mp_msg.h" #include "m_option.h" +#include "mp_fifo.h" #include "input/input.h" #include "input/mouse.h" @@ -128,7 +129,6 @@ enum #include "osdep/keycodes.h" -extern void mplayer_put_key(int code); extern void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride)); //PROTOTYPE///////////////////////////////////////////////////////////////// -- cgit v1.2.3