Postby kostyan » 30 Oct 2012 09:34
Am I missing something? In vlc.c, line 134, this happens:
#ifdef TOP_BUILDDIR
setenv ("VLC_PLUGIN_PATH", TOP_BUILDDIR"/modules", 1).
setenv ("VLC_DATA_PATH", TOP_SRCDIR"/share", 1);
#endif
man setenv: The setenv() function adds the variable name to the environment with the value value, if name does not already exist. If name does exist in the environment, then its value is changed to value if overwrite is nonzero; if overwrite is zero, then the value of name is not changed.
Konstantin Miller
Technische Universität Berlin