repo.or.cz
/
vlc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
skins2: fix nested panels wrongly positioned if not the first child
[vlc.git]
/
modules
/
Makefile.am
blob
31c6d837172e5689fed8a2397c02fa655fbdc0aa
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
lua \
31
$(NULL)
32
33
SUBDIRS = $(BASE_SUBDIRS)
34
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) .
35
if ENABLE_SOUT
36
SUBDIRS += access_output mux stream_out
37
endif
38
if HAVE_MMX
39
SUBDIRS += mmx
40
endif
41
if HAVE_SSE2
42
SUBDIRS += sse2
43
endif
44
if HAVE_ALTIVEC
45
SUBDIRS += altivec
46
endif
47
if HAVE_NEON
48
SUBDIRS += arm_neon
49
endif
50
if BUILD_LUA
51
SUBDIRS += lua
52
endif
53
SUBDIRS += .
54
55
dist_noinst_SCRIPTS = genmf list.sh
56
dist_noinst_DATA = LIST