summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-22 01:36:15 +0100
committerwm4 <wm4@nowhere>2013-12-22 01:36:45 +0100
commitcb36f9fddb2c620b0efdd045748ba30e5887b08b (patch)
treeb854652b7f5ec3ddd3845d91e7b73bfd4fab9114
parent0a3e9a9ac3a90da831b497e0613dfb66bc14f3d2 (diff)
downloadmpv-cb36f9fddb2c620b0efdd045748ba30e5887b08b.tar.bz2
mpv-cb36f9fddb2c620b0efdd045748ba30e5887b08b.tar.xz
path-macosx: attempt to fix build
Untested... no OSX here.
-rw-r--r--osdep/path-macosx.m2
1 files changed, 1 insertions, 1 deletions
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];