mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Fix build on OSX broken by previous commit
Hopefully.
This commit is contained in:
@@ -103,7 +103,7 @@ void mp_parse_cfgfiles(struct MPContext *mpctx)
|
||||
// Stupid hack to set OSX bundle defaults, if applicable. (The file is only
|
||||
// found if starting from the OSX bundle.)
|
||||
#if HAVE_COCOA
|
||||
load_all_cfgfiles(mpctx, section, "osx-bundle.conf");
|
||||
load_all_cfgfiles(mpctx, section, "osx-bundle.conf", false);
|
||||
#endif
|
||||
|
||||
int count = load_all_cfgfiles(mpctx, section, "mpv.conf", false);
|
||||
|
||||
Reference in New Issue
Block a user