mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
vo_macosx: Include header instead of "extern ..."
This commit is contained in:
parent
84f0949416
commit
13110e92ba
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user