projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
caps: Fix subset check in gst_caps_merge()
[platform/upstream/gstreamer.git]
/
tests
/
examples
/
Makefile.am
1
if GST_DISABLE_PARSE
2
GST_PARSE_DIRS =
3
else
4
GST_PARSE_DIRS = launch
5
endif
6
7
# adapter test needs sys/times.h and unistd.h
8
if HAVE_SYS_TIMES_H_AND_UNISTD_H
9
ADAPTER_TEST_DIR = adapter
10
else
11
ADAPTER_TEST_DIR =
12
endif
13
14
always_dirs = \
15
controller \
16
helloworld \
17
manual \
18
metadata \
19
queue \
20
stepping \
21
streams \
22
typefind
23
24
#appreader
25
#cutter
26
#events
27
#helloworld2
28
#launch
29
#manual
30
#mixer
31
#pingpong
32
#plugins
33
#pwg
34
#queue2
35
#queue3
36
#queue4
37
#retag
38
#thread
39
40
SUBDIRS = \
41
$(always_dirs) \
42
$(ADAPTER_TEST_DIR) \
43
$(GST_PARSE_DIRS)
44
45
DIST_SUBDIRS = $(always_dirs) adapter launch
46
47
include $(top_srcdir)/common/parallel-subdirs.mak