Browse Source

bin: define VLC_LIB_PATH

...when running in build tree.
pull/67/head
Rémi Denis-Courmont 9 years ago
parent
commit
ae6ecfb36e
  1. 1
      bin/vlc.c

1
bin/vlc.c

@ -133,6 +133,7 @@ int main( int i_argc, const char *ppsz_argv[] )
#ifdef TOP_BUILDDIR
setenv ("VLC_PLUGIN_PATH", TOP_BUILDDIR"/modules", 1);
setenv ("VLC_DATA_PATH", TOP_SRCDIR"/share", 1);
setenv ("VLC_LIB_PATH", TOP_BUILDDIR"/modules", 1);
#endif
/* Clear the X.Org startup notification ID. Otherwise the UI might try to

Loading…
Cancel
Save