From: Derk-Jan Hartman Date: Fri, 24 Jan 2003 18:25:14 +0000 (+0000) Subject: * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC X-Git-Tag: 0.5.0~173 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a08a63e7311c2b15d8f7c3f9e36386ca32ff4461;p=vlc * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC --- diff --git a/include/vlc_config.h b/include/vlc_config.h index 91278bb58e..7b1b331c2a 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -50,6 +50,8 @@ /* The configuration file and directory */ #ifdef SYS_BEOS # define CONFIG_DIR "config/settings" +#elif SYS_DARWIN +# define CONFIG_DIR "Library/Preferences/VLC" #elif defined( WIN32 ) || defined( UNDER_CE ) # define CONFIG_DIR "vlc" #else