summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 13:29:28 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 13:32:58 +0300
commit84f0949416c649f9f19fb3f44b5b277c8dbdd8d2 (patch)
tree3e30dad8eccfc37d5f8cef89da14525f657b1851
parent3e389c5284c6fe719558cf45f5b011e61528058b (diff)
downloadmpv-84f0949416c649f9f19fb3f44b5b277c8dbdd8d2.tar.bz2
mpv-84f0949416c649f9f19fb3f44b5b277c8dbdd8d2.tar.xz
vo_macosx.m: Fix compilation after recent changes
This .m file had not been updated during other VO changes.
-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 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)
{