summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_macosx.m3
1 files changed, 1 insertions, 2 deletions
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)