From 13110e92ba809e2c8a247f827bb42fe6ec1a2ce9 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 29 Apr 2008 14:11:59 +0300 Subject: vo_macosx: Include header instead of "extern ..." --- libvo/vo_macosx.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m index bbb09717f6..93db462461 100644 --- a/libvo/vo_macosx.m +++ b/libvo/vo_macosx.m @@ -24,6 +24,7 @@ #include "input/mouse.h" #include "osdep/keycodes.h" +#include "mp_fifo.h" //Cocoa NSDistantObject *mplayerosxProxy; @@ -79,8 +80,6 @@ static vo_info_t info = LIBVO_EXTERN(macosx) -extern void mplayer_put_key(int code); - static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src, unsigned char *srca, int stride) { switch (image_format) -- cgit v1.2.3