]> git.sesse.net Git - vlc/commit
Use environment variable for data directory
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 20 Mar 2012 18:41:56 +0000 (20:41 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 20 Mar 2012 18:43:31 +0000 (20:43 +0200)
commitfeb4063c35aeb4779f51a75dcefe44966e58c14d
treeb9d0ae4e71b1a5ce0f972cb17cc330fa99166e62
parent85f5c15fe54e363717cffb21f69dc4cc32eb4ad6
Use environment variable for data directory

...as for plugins directory. Most of the content is anyway per-process,
either because gettext and interfaces are per-process. The only caller
of the function that is not an interface or gettext is the DVB scanner.
This is even probably a bug.
13 files changed:
bin/vlc.c
bin/winvlc.c
include/vlc_configuration.h
modules/access/dvb/scan.c
modules/gui/hildon/maemo.c
modules/gui/skins2/win32/win32_factory.cpp
modules/gui/skins2/x11/x11_factory.cpp
modules/lua/libs/configuration.c
modules/lua/vlc.c
modules/notify/growl.m
modules/notify/notify.c
modules/visualization/projectm.cpp
src/config/dirs.c