]> git.sesse.net Git - vlc/blobdiff - src/config/configuration.h
config: Change the caching directories of VLC Mac OS X to Library/Caches/VLC
[vlc] / src / config / configuration.h
index 44884c986e02915eb6cf1b863ff5f036bca836a8..e078443a1eb7cf0df4d6b5a2bd274497639c5ca3 100644 (file)
@@ -59,6 +59,7 @@ int ConfigStringToKey( const char * );
 #  define CONFIG_DIR                    "config/settings/VideoLAN Client"
 #elif defined (__APPLE__)
 #  define CONFIG_DIR                    "Library/Preferences/VLC"
+#  define CACHES_DIR                    "Library/Caches/VLC"
 #elif defined( WIN32 ) || defined( UNDER_CE )
 #  define CONFIG_DIR                    "vlc"
 #else
@@ -66,6 +67,8 @@ int ConfigStringToKey( const char * );
 #endif
 #define CONFIG_FILE                     "vlcrc"
 
+
+
 # ifdef __cplusplus
 }
 # endif