Browse Source

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: Rafaël Carré <funman@videolan.org>
pull/2/head
Sergey Radionov 14 years ago
committed by Rafaël Carré
parent
commit
ffcee64d73
  1. 1
      Makefile.am

1
Makefile.am

@ -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" ; \

Loading…
Cancel
Save