vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Feb  7 
23:41:07 2018 +0200| [ae6ecfb36ead986cf75529c37e710ffb45eb5c42] | committer: 
Rémi Denis-Courmont

bin: define VLC_LIB_PATH

...when running in build tree.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae6ecfb36ead986cf75529c37e710ffb45eb5c42
---

 bin/vlc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/vlc.c b/bin/vlc.c
index 72e0eee428..7da76fb138 100644
--- a/bin/vlc.c
+++ b/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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to