[vlc-commits] test: dialog: fix vlc-qt-check path
Thomas Guillem
git at videolan.org
Tue Aug 27 13:37:25 CEST 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Aug 27 11:26:15 2019 +0200| [cf9df8e911f4f401022f43b68419ce515f4ac3ae] | committer: Thomas Guillem
test: dialog: fix vlc-qt-check path
Only used for the UI test (not run by default)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf9df8e911f4f401022f43b68419ce515f4ac3ae
---
test/src/interface/dialog.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/src/interface/dialog.c b/test/src/interface/dialog.c
index c623bdf85f..62b9881285 100644
--- a/test/src/interface/dialog.c
+++ b/test/src/interface/dialog.c
@@ -287,6 +287,7 @@ main(int i_argc, char *ppsz_argv[])
alarm(10);
setenv("VLC_PLUGIN_PATH", "../modules", 1);
+ setenv("VLC_LIB_PATH", "../modules", 1);
libvlc_instance_t *p_libvlc = libvlc_new(0, NULL);
assert(p_libvlc != NULL);
More information about the vlc-commits
mailing list