projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e27f19d246fdda5c55df367f3b82bf1735efe3cf
[platform/upstream/gstreamer.git]
/
tests
/
examples
/
Makefile.am
1
if GST_DISABLE_LOADSAVE
2
GST_LOADSAVE_DIRS =
3
else
4
GST_LOADSAVE_DIRS = xml typefind
5
endif
6
7
if GST_DISABLE_PARSE
8
GST_PARSE_DIRS =
9
else
10
GST_PARSE_DIRS = launch
11
endif
12
13
always_dirs = \
14
controller \
15
helloworld \
16
manual \
17
metadata \
18
queue \
19
adapter
20
21
#appreader
22
#cutter
23
#events
24
#helloworld2
25
#launch
26
#manual
27
#mixer
28
#pingpong
29
#plugins
30
#pwg
31
#queue2
32
#queue3
33
#queue4
34
#retag
35
#thread
36
37
SUBDIRS = \
38
$(always_dirs) \
39
$(GST_PARSE_DIRS) \
40
$(GST_LOADSAVE_DIRS)
41
42
DIST_SUBDIRS = $(always_dirs) xml typefind launch