forked from videolan/vlc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
57 lines (55 loc) · 804 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
NULL =
BASE_SUBDIRS = \
access \
audio_filter \
audio_mixer \
audio_output \
codec \
control \
demux \
gui \
meta_engine \
misc \
media_library \
notify \
packetizer \
services_discovery \
stream_filter \
text_renderer \
video_chroma \
video_filter \
video_output \
visualization
EXTRA_SUBDIRS = \
access_output \
mux \
stream_out \
mmx \
sse2 \
altivec \
arm_neon \
lua \
$(NULL)
SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) .
if ENABLE_SOUT
SUBDIRS += access_output mux stream_out
endif
if HAVE_MMX
SUBDIRS += mmx
endif
if HAVE_SSE2
SUBDIRS += sse2
endif
if HAVE_ALTIVEC
SUBDIRS += altivec
endif
if HAVE_NEON
SUBDIRS += arm_neon
endif
if BUILD_LUA
SUBDIRS += lua
endif
SUBDIRS += .
dist_noinst_SCRIPTS = genmf list.sh
dist_noinst_DATA = LIST