[tizencamerasrc] Support capture function
[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_AUDIOTP
17 SUBDIRS += audiotp
18 endif
19
20 if GST_TIZEN_USE_AUDIOEQ
21 SUBDIRS += audioeq
22 endif
23
24 #if GST_TIZEN_USE_FIMCCONVERT
25 #SUBDIRS += fimcconvert
26 #endif
27
28 if GST_TIZEN_USE_WFDMANAGER
29 SUBDIRS += wfdmanager
30 endif
31
32 if GST_TIZEN_USE_WFDTSDEMUX
33 SUBDIRS += wfdtsdemux
34 endif
35
36 if GST_TIZEN_USE_WAYLANDSRC
37 SUBDIRS += waylandsrc
38 endif
39
40 if GST_TIZEN_USE_DRMDECRYPTOR
41 SUBDIRS += drmdecryptor
42 endif
43
44 if GST_TIZEN_USE_TIZENIPC
45 SUBDIRS += tizenipc
46 endif
47
48 if GST_TIZEN_USE_WFDTIZENMANAGER
49 SUBDIRS += wfdtizenmanager
50 endif
51
52 if GST_TIZEN_USE_ALFEC
53 SUBDIRS += alfec
54 endif
55
56 if GST_TIZEN_USE_VIDEO360
57 SUBDIRS += video360
58 endif
59
60 if GST_TIZEN_USE_WAYLANDSINK
61 SUBDIRS += tizenwlsink
62 endif
63
64 if GST_TIZEN_USE_TIZENCAMERASRC
65 SUBDIRS += tizencamerasrc
66 endif
67
68 if GST_TIZEN_USE_TINYCOMPRESS
69 SUBDIRS += tinycompresssink
70 endif
71
72 DIST_SUBDIRS = common
73
74 if GST_TIZEN_USE_ENCODEBIN
75 DIST_SUBDIRS += encodebin
76 endif
77
78 if GST_TIZEN_USE_TOGGLE
79 DIST_SUBDIRS += toggle
80 endif
81
82 if GST_TIZEN_USE_FIMCCONVERT
83 DIST_SUBDIRS += fimcconvert
84 endif
85
86
87 if GST_TIZEN_USE_WFDMANAGER
88 DIST_SUBDIRS += wfdmanager
89 endif
90
91 if GST_TIZEN_USE_WFDTSDEMUX
92 DIST_SUBDIRS += wfdtsdemux
93 endif
94
95 if GST_TIZEN_USE_WAYLANDSRC
96 DIST_SUBDIRS += waylandsrc
97 endif
98
99 if GST_TIZEN_USE_DRMDECRYPTOR
100 DIST_SUBDIRS += drmdecryptor
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_VIDEO360
112 DIST_SUBDIRS += video360
113 endif
114
115 if GST_TIZEN_USE_WAYLANDSINK
116 DIST_SUBDIRS += tizenwlsink
117 endif
118
119 if GST_TIZEN_USE_TINYCOMPRESS
120 DIST_SUBDIRS += tinycompresssink
121 endif
122
123 EXTRA_DIST = \
124         gstreamer.spec gstreamer.spec.in \
125         configure.ac autogen.sh depcomp \
126         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
127         $(win32)
128
129 check: check-exports
130