]> git.sesse.net Git - vlc/blob - modules/Makefile.am
Move splitters to a subdirectory of their own
[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         notify \
14         packetizer \
15         services_discovery \
16         stream_filter \
17         text_renderer \
18         video_chroma \
19         video_filter \
20         video_output \
21         video_splitter \
22         visualization
23 EXTRA_SUBDIRS = \
24         access_output \
25         mux \
26         stream_out \
27         mmx \
28         sse2 \
29         altivec \
30         arm_neon \
31         hw/vdpau \
32         lua \
33         $(NULL)
34
35 SUBDIRS = $(BASE_SUBDIRS)
36 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) .
37 if ENABLE_SOUT
38 SUBDIRS += access_output mux stream_out
39 endif
40 if HAVE_MMX
41 SUBDIRS += mmx
42 endif
43 if HAVE_SSE2
44 SUBDIRS += sse2
45 endif
46 if HAVE_ALTIVEC
47 SUBDIRS += altivec
48 endif
49 if HAVE_NEON
50 SUBDIRS += arm_neon
51 endif
52 if HAVE_VDPAU
53 SUBDIRS += hw/vdpau
54 endif
55 if BUILD_LUA
56 SUBDIRS += lua
57 endif
58 SUBDIRS += .
59
60 dist_noinst_SCRIPTS = genmf list.sh
61 dist_noinst_DATA = LIST