git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed csri decoder integration.
[vlc.git]
/
modules
/
Makefile.am
1
BASE_SUBDIRS = \
2
access \
3
audio_filter \
4
audio_mixer \
5
audio_output \
6
codec \
7
control \
8
demux \
9
gui \
10
meta_engine \
11
misc \
12
packetizer \
13
services_discovery \
14
stream_filter \
15
video_chroma \
16
video_filter \
17
video_output \
18
visualization
19
EXTRA_SUBDIRS = \
20
access_output \
21
mux \
22
stream_out
23
24
SUBDIRS = $(BASE_SUBDIRS)
25
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
26
if ENABLE_SOUT
27
SUBDIRS += access_output mux stream_out
28
endif
29
30
dist_noinst_SCRIPTS = genmf list.sh
31
dist_noinst_DATA = LIST