From cb36f9fddb2c620b0efdd045748ba30e5887b08b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 22 Dec 2013 01:36:15 +0100 Subject: path-macosx: attempt to fix build Untested... no OSX here. --- osdep/path-macosx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osdep/path-macosx.m b/osdep/path-macosx.m index 543b248c14..c5240f570e 100644 --- a/osdep/path-macosx.m +++ b/osdep/path-macosx.m @@ -21,7 +21,7 @@ #include "osdep/path.h" char *mp_get_macosx_bundled_path(void *talloc_ctx, struct mpv_global *global, - const char *filename) + const char *file) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSString *path = [[NSBundle mainBundle] resourcePath]; -- cgit v1.2.3