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