From 84f0949416c649f9f19fb3f44b5b277c8dbdd8d2 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 29 Apr 2008 13:29:28 +0300 Subject: vo_macosx.m: Fix compilation after recent changes This .m file had not been updated during other VO changes. --- libvo/vo_macosx.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m index 5039fa3283..bbb09717f6 100644 --- a/libvo/vo_macosx.m +++ b/libvo/vo_macosx.m @@ -61,7 +61,6 @@ static int isFullscreen; static int isOntop; static int isRootwin; extern float monitor_aspect; -extern float movie_aspect; static float old_movie_aspect; extern int enable_mouse_movements; @@ -358,7 +357,7 @@ static int preinit(const char *arg) return 0; } -static int control(uint32_t request, void *data, ...) +static int control(uint32_t request, void *data) { switch (request) { -- cgit v1.2.3