]> git.sesse.net Git - vlc/commit - include/vlc_config.h
On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 9 Sep 2007 16:10:45 +0000 (16:10 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 9 Sep 2007 16:10:45 +0000 (16:10 +0000)
commit16f32e1500887c0dcd33cb06ad71759a81a52878
treec2e846e7ec346df5273d55020df5312994bf1ad3
parente8f97c66ab6815875ab48a03fe768faee3ca5b3f
On OSes other than Windows, Mac OS X and BeOS (so it's Linux) comply with the XDG Base Directory Specification version 0.6. The old configuration file (vlcrc) will be copied to the new location. Other data like caches will have to be rebuilt (the album art cache in VLC was new in 0.9.0 so it's ok to lose it). Closes #1267
18 files changed:
NEWS
include/main.h
include/vlc_config.h
modules/access_filter/record.c
modules/control/http/util.c
modules/gui/skins2/win32/win32_factory.cpp
modules/gui/skins2/x11/x11_factory.cpp
modules/misc/gnutls.c
modules/misc/logger.c
modules/misc/lua/vlclua.c
src/control/media_library.c
src/input/meta.c
src/libvlc-common.c
src/modules/configuration.c
src/modules/configuration.h
src/modules/modules.c
src/playlist/loadsave.c
src/video_output/vout_intf.c