vlc | branch: master | Sergey Radionov <[email protected]> | Sun Dec 25 10:54:34 2011 +0700| [ffcee64d73df91ff5072dd0977cf6895b516a54b] | committer: 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: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ffcee64d73df91ff5072dd0977cf6895b516a54b --- Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index c34b99e..e4a5b5e 100644 --- a/Makefile.am +++ b/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" ; \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
