X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2FMakefile.am;h=31c6d837172e5689fed8a2397c02fa655fbdc0aa;hb=711e7b044cd0d49010117c543c8c60c30fca6b71;hp=530d0a199a752042884d1bce1bf1d2e5f5e75cec;hpb=61147a769e90b080009a5b46b3a75769f191a34e;p=vlc diff --git a/modules/Makefile.am b/modules/Makefile.am index 530d0a199a..31c6d83717 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -10,10 +10,11 @@ BASE_SUBDIRS = \ gui \ meta_engine \ misc \ - media_library \ + notify \ packetizer \ services_discovery \ stream_filter \ + text_renderer \ video_chroma \ video_filter \ video_output \ @@ -23,9 +24,7 @@ EXTRA_SUBDIRS = \ mux \ stream_out \ mmx \ - mmxext \ sse2 \ - 3dnow \ altivec \ arm_neon \ lua \ @@ -39,19 +38,13 @@ 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 -if HAVE_ARM_NEON +if HAVE_NEON SUBDIRS += arm_neon endif if BUILD_LUA @@ -61,20 +54,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 \ - ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \ - else \ - echo "Staged installation: cache generation skipped!" ; \ - fi