Commit ffcee64d authored by Sergey Radionov's avatar Sergey Radionov Committed by Rafaël Carré

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
......@@ -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" ; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment