X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2FMakefile.am;h=805232402d5e80402783a3380bc2fe06f5cca31f;hb=6f8e8326ef82029d868d3c4729c9fd64e41a06f2;hp=f739ecc88f520fbd50cf06c94bb178bd3846978c;hpb=55596c9081184e38cdf6f19f0bccae9df0925ea2;p=vlc diff --git a/modules/Makefile.am b/modules/Makefile.am index f739ecc88f..805232402d 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -25,9 +25,7 @@ EXTRA_SUBDIRS = \ mux \ stream_out \ mmx \ - mmxext \ sse2 \ - 3dnow \ altivec \ arm_neon \ lua \ @@ -41,15 +39,9 @@ endif if HAVE_MMX SUBDIRS += mmx endif -if HAVE_MMXEXT -SUBDIRS += mmxext -endif if HAVE_SSE2 SUBDIRS += sse2 endif -if HAVE_3DNOW -SUBDIRS += 3dnow -endif if HAVE_ALTIVEC SUBDIRS += altivec endif @@ -63,22 +55,3 @@ SUBDIRS += . dist_noinst_SCRIPTS = genmf list.sh dist_noinst_DATA = LIST -MOSTLYCLEANFILES = plugins.dat* - -.PHONY: stamp-cache - -stamp-cache: - $(AM_V_GEN)if test "$(build)" = "$(host)"; then \ - ../bin/vlc-cache-gen$(EXEEXT) . ; \ - else \ - echo "Cross-compilation: cache generation skipped!" ; \ - fi - -install-exec-hook: - if test -z "$(DESTDIR)" -a "$(build)" = "$(host)"; then \ - LD_LIBRARY_PATH="$(libdir)" \ - "$(vlclibdir)/vlc-cache-gen$(EXEEXT)" \ - "$(vlclibdir)/plugins" ; \ - else \ - echo "Staged installation: cache generation skipped!" ; \ - fi