vo_macosx: Include header instead of "extern ..."

This commit is contained in:
Uoti Urpala 2008-04-29 14:11:59 +03:00
parent 84f0949416
commit 13110e92ba
1 changed files with 1 additions and 2 deletions

View File

@ -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)