projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
69a0458e61d6a46a08c1e391eb861ad77fd8888a
[platform/upstream/gstreamer.git]
/
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_AUTOPLUG
8
GST_AUTOPLUG_DIRS =
9
else
10
GST_AUTOPLUG_DIRS = autoplug helloworld2
11
endif
12
13
SUBDIRS = \
14
helloworld \
15
queue \
16
queue2 \
17
queue3 \
18
queue4 \
19
launch \
20
thread \
21
plugins \
22
mixer \
23
cutter \
24
pingpong \
25
manual \
26
retag \
27
$(GST_LOADSAVE_DIRS) \
28
$(GST_AUTOPLUG_DIRS)
29
30
31
DIST_SUBDIRS = autoplug \
32
helloworld \
33
helloworld2 \
34
queue \
35
queue2 \
36
queue3 \
37
queue4 \
38
launch \
39
thread \
40
plugins \
41
mixer \
42
cutter \
43
pingpong \
44
manual \
45
xml \
46
typefind \
47
retag
48