]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
Move x86 memcpy plugins to mmx, mmxext, 3dnow directories
[vlc] / modules / Makefile.am
index 4ac47bda1431a8d4256f81f827a3cda757844d67..bdc946aef949498a620c03a8df1717e37744d0d0 100644 (file)
@@ -1,3 +1,4 @@
+NULL =
 BASE_SUBDIRS = \
        access \
        audio_filter \
@@ -19,13 +20,26 @@ BASE_SUBDIRS = \
 EXTRA_SUBDIRS = \
        access_output \
        mux \
-       stream_out
+       stream_out \
+       mmx \
+       mmxext \
+       3dnow \
+       $(NULL)
 
 SUBDIRS = $(BASE_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
+endif
 
 dist_noinst_SCRIPTS = genmf list.sh
 dist_noinst_DATA = LIST