]> git.sesse.net Git - vlc/blob - modules/Makefile.am
Move x86 memcpy plugins to mmx, mmxext, 3dnow directories
[vlc] / modules / Makefile.am
1 NULL =
2 BASE_SUBDIRS = \
3         access \
4         audio_filter \
5         audio_mixer \
6         audio_output \
7         codec \
8         control \
9         demux \
10         gui \
11         meta_engine \
12         misc \
13         packetizer \
14         services_discovery \
15         stream_filter \
16         video_chroma \
17         video_filter \
18         video_output \
19         visualization
20 EXTRA_SUBDIRS = \
21         access_output \
22         mux \
23         stream_out \
24         mmx \
25         mmxext \
26         3dnow \
27         $(NULL)
28
29 SUBDIRS = $(BASE_SUBDIRS)
30 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
31 if ENABLE_SOUT
32 SUBDIRS += access_output mux stream_out
33 endif
34 if HAVE_MMX
35 SUBDIRS += mmx
36 endif
37 if HAVE_MMXEXT
38 SUBDIRS += mmxext
39 endif
40 if HAVE_3DNOW
41 SUBDIRS += 3dnow
42 endif
43
44 dist_noinst_SCRIPTS = genmf list.sh
45 dist_noinst_DATA = LIST