Merge "Add AL-FEC feature" into tizen
[platform/upstream/gst-plugins-tizen.git] / Makefile.am
1
2 ACLOCAL_AMFLAGS = -I common/m4
3
4 aclocaldir = $(datadir)/aclocal
5
6 SUBDIRS = common
7
8 if GST_TIZEN_USE_ENCODEBIN
9 SUBDIRS += encodebin
10 endif
11
12 if GST_TIZEN_USE_TOGGLE
13 SUBDIRS += toggle
14 endif
15
16 if GST_TIZEN_USE_PD_PUSHSRC
17 SUBDIRS += pdpushsrc
18 endif
19
20 if GST_TIZEN_USE_AUDIOTP
21 SUBDIRS += audiotp
22 endif
23
24 if GST_TIZEN_USE_AUDIOEQ
25 SUBDIRS += audioeq
26 endif
27
28 #if GST_TIZEN_USE_FIMCCONVERT
29 #SUBDIRS += fimcconvert
30 #endif
31
32 if GST_TIZEN_USE_WFDMANAGER
33 SUBDIRS += wfdmanager
34 endif
35
36 if GST_TIZEN_USE_WFDTSDEMUX
37 SUBDIRS += wfdtsdemux
38 endif
39
40 if GST_TIZEN_USE_WAYLANDSRC
41 SUBDIRS += waylandsrc
42 endif
43
44 if GST_TIZEN_USE_DRMDECRYPTOR
45 SUBDIRS += drmdecryptor
46 endif
47
48 if GST_TIZEN_USE_TIZENIPC
49 SUBDIRS += tizenipc
50 endif
51
52 if GST_TIZEN_USE_WFDEXTMANAGER
53 SUBDIRS += wfdextmanager
54 endif
55
56 if GST_TIZEN_USE_WFDTIZENMANAGER
57 SUBDIRS += wfdtizenmanager
58 endif
59
60 if GST_TIZEN_USE_ALFEC
61 SUBDIRS += alfec
62 endif
63
64 if GST_TIZEN_USE_RTPRESENDER
65 SUBDIRS += rtpresender
66 endif
67
68 DIST_SUBDIRS = common
69
70 if GST_TIZEN_USE_ENCODEBIN
71 DIST_SUBDIRS += encodebin
72 endif
73
74 if GST_TIZEN_USE_TOGGLE
75 DIST_SUBDIRS += toggle
76 endif
77
78 if GST_TIZEN_USE_FIMCCONVERT
79 DIST_SUBDIRS += fimcconvert
80 endif
81
82
83 if GST_TIZEN_USE_WFDMANAGER
84 DIST_SUBDIRS += wfdmanager
85 endif
86
87 if GST_TIZEN_USE_WFDTSDEMUX
88 DIST_SUBDIRS += wfdtsdemux
89 endif
90
91 if GST_TIZEN_USE_WAYLANDSRC
92 DIST_SUBDIRS += waylandsrc
93 endif
94
95 if GST_TIZEN_USE_DRMDECRYPTOR
96 DIST_SUBDIRS += drmdecryptor
97 endif
98
99 if GST_TIZEN_USE_WFDEXTMANAGER
100 DIST_SUBDIRS += wfdextmanager
101 endif
102
103 if GST_TIZEN_USE_WFDTIZENMANAGER
104 DIST_SUBDIRS += wfdtizenmanager
105 endif
106
107 if GST_TIZEN_USE_ALFEC
108 DIST_SUBDIRS += alfec
109 endif
110
111 if GST_TIZEN_USE_RTPRESENDER
112 DIST_SUBDIRS += rtpresender
113 endif
114
115 EXTRA_DIST = \
116         gstreamer.spec gstreamer.spec.in \
117         configure.ac autogen.sh depcomp \
118         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
119         $(win32)
120
121 check: check-exports
122