From af018f7e4fe90b058d45a8ff803af4dcf759a7ce Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 18 Sep 2013 19:26:26 +0200 Subject: macosx: move bundle path stuff to path-macosx.m This makes the code uniform to how stuff was handled for Windows in 1cb55ceb. --- mpvcore/path.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mpvcore') 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 -- cgit v1.2.3