Skip to content
Snippets Groups Projects
Commit ffcee64d authored by Sergey Radionov's avatar Sergey Radionov Committed by Rafaël Carré
Browse files

add bin to PATH to let libvlc.dll be found by vlc-cache-gen.exe


Fix "This application has failed to start because libvlc.dll
was not found. Re-installing the application may fix this problem."
during building of vlc under Windows.

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 5ebbfb5b
No related branches found
No related tags found
No related merge requests found
......@@ -449,6 +449,7 @@ vlc$(EXEEXT):
###############################################################################
install-exec-hook:
if test "$(build)" = "$(host)"; then \
PATH="$(DESTDIR)$(bindir):$$PATH" \
LD_LIBRARY_PATH="$(DESTDIR)$(libdir):$$LD_LIBRARY_PATH" \
"$(DESTDIR)$(vlclibdir)/vlc-cache-gen$(EXEEXT)" \
"$(DESTDIR)$(vlclibdir)/plugins" ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment