1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 20:27:23 +00:00

path-macosx: attempt to fix build

Untested... no OSX here.
This commit is contained in:
wm4 2013-12-22 01:36:15 +01:00
parent 0a3e9a9ac3
commit cb36f9fddb

View File

@ -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];