]> git.sesse.net Git - vlc/blob - modules/Makefile.am
vdpau: helper library for VDPAU and VDPAU-X11 function calls
[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         visualization
22 EXTRA_SUBDIRS = \
23         access_output \
24         mux \
25         stream_out \
26         mmx \
27         sse2 \
28         altivec \
29         arm_neon \
30         hw/vdpau \
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 HAVE_VDPAU
52 SUBDIRS += hw/vdpau
53 endif
54 if BUILD_LUA
55 SUBDIRS += lua
56 endif
57 SUBDIRS += .
58
59 dist_noinst_SCRIPTS = genmf list.sh
60 dist_noinst_DATA = LIST