]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
Change unstandard to nonstandard
[vlc] / modules / Makefile.am
index b551eb56e83b02f277767d846a2de10822539f96..44738200fd48a6066a24c2890bbfed056aa66808 100644 (file)
@@ -51,7 +51,7 @@ endif
 if HAVE_ALTIVEC
 SUBDIRS += altivec
 endif
-if HAVE_ARM_NEON
+if HAVE_NEON
 SUBDIRS += arm_neon
 endif
 if BUILD_LUA
@@ -74,7 +74,9 @@ stamp-cache:
 
 install-exec-hook:
        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 \
                echo "Staged installation: cache generation skipped!" ; \
        fi