X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2FMakefile.am;h=805232402d5e80402783a3380bc2fe06f5cca31f;hb=3feac244a9ea77e39d80a7bb2deb3d41253842fe;hp=42274395eedf753e77db8c7c4760655d55a1fa0f;hpb=483030a0ef7cac5d8e4d62e3fa31d3110cecdfbe;p=vlc diff --git a/modules/Makefile.am b/modules/Makefile.am index 42274395ee..805232402d 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -10,9 +10,12 @@ BASE_SUBDIRS = \ gui \ meta_engine \ misc \ + media_library \ + notify \ packetizer \ services_discovery \ stream_filter \ + text_renderer \ video_chroma \ video_filter \ video_output \ @@ -22,27 +25,33 @@ EXTRA_SUBDIRS = \ mux \ stream_out \ mmx \ - mmxext \ - 3dnow \ + sse2 \ + altivec \ + arm_neon \ + lua \ $(NULL) SUBDIRS = $(BASE_SUBDIRS) -DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) +DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) . if ENABLE_SOUT SUBDIRS += access_output mux stream_out endif if HAVE_MMX SUBDIRS += mmx endif -if HAVE_MMXEXT -SUBDIRS += mmxext -endif -if HAVE_3DNOW -SUBDIRS += 3dnow +if HAVE_SSE2 +SUBDIRS += sse2 endif if HAVE_ALTIVEC SUBDIRS += altivec endif +if HAVE_NEON +SUBDIRS += arm_neon +endif +if BUILD_LUA +SUBDIRS += lua +endif +SUBDIRS += . dist_noinst_SCRIPTS = genmf list.sh dist_noinst_DATA = LIST