Commit f2ede7bb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Run installed vlc-cache-gen rather than build-tree libtool script

This ensures we use the installed libvlc(core) run-time, and might
fix some obscure crashes.
parent fdcdeaa3
...@@ -74,7 +74,9 @@ stamp-cache: ...@@ -74,7 +74,9 @@ stamp-cache:
install-exec-hook: install-exec-hook:
if test -z "$(DESTDIR)" -a "$(build)" = "$(host)"; then \ if test -z "$(DESTDIR)" -a "$(build)" = "$(host)"; then \
../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \ LD_LIBRARY_PATH="$(libdir)" \
"$(vlclibdir)/vlc-cache-gen$(EXEEXT)" \
"$(vlclibdir)/plugins" ; \
else \ else \
echo "Staged installation: cache generation skipped!" ; \ echo "Staged installation: cache generation skipped!" ; \
fi fi
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