Initialize Tizen 2.3
[framework/multimedia/gst-plugins-ext0.10.git] / Makefile.am
1
2 ACLOCAL_AMFLAGS = -I common/m4
3
4 aclocaldir = $(datadir)/aclocal
5
6 SUBDIRS = common
7
8 if GST_EXT_USE_EXT_PIFFDEMUX
9 SUBDIRS += piffdemux
10 endif
11
12 if GST_EXT_USE_EXT_ENCODEBIN
13 SUBDIRS += encodebin
14 endif
15
16 if GST_EXT_USE_EXT_EVASIMAGESINK
17 SUBDIRS += evasimagesink
18 endif
19
20 if GST_EXT_USE_EXT_EVASPIXMAPSINK
21 SUBDIRS += evaspixmapsink
22 endif
23
24 if GST_EXT_USE_EXT_XVIMAGESRC
25 SUBDIRS += xvimagesrc
26 endif
27
28 if GST_EXT_USE_EXT_DRMSRC
29 SUBDIRS += drmsrc
30 endif
31 if GST_EXT_USE_EXT_SUBMUX
32 SUBDIRS += submux
33 endif
34 if GST_EXT_USE_EXT_TOGGLE
35 SUBDIRS += toggle
36 endif
37
38 if GST_EXT_USE_EXT_PD_PUSHSRC
39 SUBDIRS += pdpushsrc
40 endif
41
42 if GST_EXT_USE_EXT_AUDIOTP
43 SUBDIRS += audiotp
44 endif
45
46 if GST_EXT_USE_EXT_AUDIOEQ
47 SUBDIRS += audioeq
48 endif
49
50 if GST_EXT_USE_EXT_SSDEMUX
51 SUBDIRS += ssdemux
52 endif
53
54 if GST_EXT_USE_EXT_DASHDEMUX
55 SUBDIRS += dashdemux
56 endif
57
58 if GST_EXT_USE_EXT_HLSDEMUX2
59 SUBDIRS += hlsdemux2
60 endif
61
62 DIST_SUBDIRS = common
63
64 if GST_EXT_USE_EXT_PIFFDEMUX
65 DIST_SUBDIRS += piffdemux
66 endif
67
68 if GST_EXT_USE_EXT_ENCODEBIN
69 DIST_SUBDIRS += encodebin
70 endif
71
72 if GST_EXT_USE_EXT_EVASIMAGESINK
73 DIST_SUBDIRS += evasimagesink
74 endif
75
76 if GST_EXT_USE_EXT_XVIMAGESRC
77 DIST_SUBDIRS += xvimagesrc
78 endif
79
80 if GST_EXT_USE_EXT_DRMSRC
81 DIST_SUBDIRS += drmsrc
82 endif
83 if GST_EXT_USE_EXT_SUBMUX
84 DIST_SUBDIRS += submux
85 endif
86 if GST_EXT_USE_EXT_TOGGLE
87 DIST_SUBDIRS += toggle
88 endif
89
90 if GST_EXT_USE_EXT_SSDEMUX
91 DIST_SUBDIRS += ssdemux
92 endif
93
94 if GST_EXT_USE_EXT_DASHDEMUX
95 DIST_SUBDIRS += dashdemux
96 endif
97
98 if GST_EXT_USE_EXT_HLSDEMUX2
99 DIST_SUBDIRS += hlsdemux2
100 endif
101
102 EXTRA_DIST = \
103         gstreamer.spec gstreamer.spec.in \
104         configure.ac autogen.sh depcomp \
105         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
106         $(win32)
107
108 check: check-exports
109