diff options
Diffstat (limited to 'mpvcore')
-rw-r--r-- | mpvcore/path.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mpvcore/path.c b/mpvcore/path.c index 73eee15567..647693fb05 100644 --- a/mpvcore/path.c +++ b/mpvcore/path.c @@ -39,16 +39,11 @@ #include "osdep/io.h" #include "osdep/path.h" -#ifdef CONFIG_COCOA -#include "osdep/macosx_bundle.h" -#endif - - typedef char *(*lookup_fun)(const char *); static const lookup_fun config_lookup_functions[] = { mp_find_user_config_file, #ifdef CONFIG_COCOA - get_bundled_path, + mp_get_macosx_bundled_path, #endif mp_find_global_config_file, NULL |