]> git.sesse.net Git - vlc/commit
Override the plugins path with an environment variable...
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 12 Feb 2011 09:00:03 +0000 (11:00 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 12 Feb 2011 09:04:35 +0000 (11:04 +0200)
commit549ce2cad17e4cae5125ae0d7f2b23cbff34b8d9
tree8ab2c8552b2812b6359abce73e93eebcd4e6ff8f
parent06028f481ccbf9fb9fc7074731728072846c314c
Override the plugins path with an environment variable...

...rather than with a command line option. This enables extending the
set of plugins paths globally, for all LibVLC applications.

Using an environment variable seems more logical than a command line
option considering that the module bank is shared by all VLC instances
in the process. In other words, it did not belong as a parameter to
libvlc_new().
bin/cachegen.c
bin/vlc.c
extras/analyser/zsh_completion.sh
src/libvlc.c
src/modules/modules.c
test/libvlc/test.h