fix up! tizencamerasrc: Use bytesused field for non-TBM preview and capture buffer
[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_TOGGLE
9 SUBDIRS += toggle
10 endif
11
12 if GST_TIZEN_USE_AUDIOTP
13 SUBDIRS += audiotp
14 endif
15
16 if GST_TIZEN_USE_AUDIOEQ
17 SUBDIRS += audioeq
18 endif
19
20 #if GST_TIZEN_USE_FIMCCONVERT
21 #SUBDIRS += fimcconvert
22 #endif
23
24 if GST_TIZEN_USE_WFDMANAGER
25 SUBDIRS += wfdmanager
26 endif
27
28 if GST_TIZEN_USE_WFDTSDEMUX
29 SUBDIRS += wfdtsdemux
30 endif
31
32 if GST_TIZEN_USE_WAYLANDSRC
33 SUBDIRS += waylandsrc
34 endif
35
36 if GST_TIZEN_USE_DRMDECRYPTOR
37 SUBDIRS += drmdecryptor
38 endif
39
40 if GST_TIZEN_USE_TIZENIPC
41 SUBDIRS += tizenipc
42 endif
43
44 if GST_TIZEN_USE_WFDTIZENMANAGER
45 SUBDIRS += wfdtizenmanager
46 endif
47
48 if GST_TIZEN_USE_ALFEC
49 SUBDIRS += alfec
50 endif
51
52 if GST_TIZEN_USE_VIDEO360
53 SUBDIRS += video360
54 endif
55
56 if GST_TIZEN_USE_TIZENENCODEBIN
57 SUBDIRS += tizenencodebin
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_TIZENENCODEBIN
75 DIST_SUBDIRS += tizenencodebin
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