]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
* changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
[vlc] / include / vlc_config.h
index 91278bb58e2384db0f7fc724d0a30df3112e78aa..7b1b331c2a2b0c0a504191e9b7f3d14ae68a28fa 100644 (file)
@@ -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