summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 14:11:59 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 14:11:59 +0300
commit13110e92ba809e2c8a247f827bb42fe6ec1a2ce9 (patch)
treec73f28792b680a40b503b1bf77a8c15ba781f414 /libvo
parent84f0949416c649f9f19fb3f44b5b277c8dbdd8d2 (diff)
downloadmpv-13110e92ba809e2c8a247f827bb42fe6ec1a2ce9.tar.bz2
mpv-13110e92ba809e2c8a247f827bb42fe6ec1a2ce9.tar.xz
vo_macosx: Include header instead of "extern ..."
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)