From fe7fed590aa3aa5f981c6fbae7cd1689da1cad09 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 12 Sep 2013 18:38:02 +0200 Subject: macosx: always active bundle path lookup if cocoa is active This is not really something you want to disable anyway. If there is no bundle the code already does it's falbacks anyway. --- mpvcore/path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpvcore') diff --git a/mpvcore/path.c b/mpvcore/path.c index c5466b22f2..ae12f20e68 100644 --- a/mpvcore/path.c +++ b/mpvcore/path.c @@ -46,7 +46,7 @@ #include #endif -#ifdef CONFIG_MACOSX_BUNDLE +#ifdef CONFIG_COCOA #include "osdep/macosx_bundle.h" #endif @@ -54,7 +54,7 @@ typedef char *(*lookup_fun)(const char *); static const lookup_fun config_lookup_functions[] = { mp_find_user_config_file, -#ifdef CONFIG_MACOSX_BUNDLE +#ifdef CONFIG_COCOA get_bundled_path, #endif mp_find_global_config_file, -- cgit v1.2.3