add unittest for video360
[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_WFDTIZENMANAGER
53 SUBDIRS += wfdtizenmanager
54 endif
55
56 if GST_TIZEN_USE_ALFEC
57 SUBDIRS += alfec
58 endif
59
60 if GST_TIZEN_USE_VIDEO360
61 SUBDIRS += video360
62 endif
63
64 if GST_TIZEN_USE_WAYLANDSINK
65 SUBDIRS += tizenwlsink
66 endif
67
68 if GST_TIZEN_USE_TIZENCAMERASRC
69 SUBDIRS += tizencamerasrc
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 EXTRA_DIST = \
120         gstreamer.spec gstreamer.spec.in \
121         configure.ac autogen.sh depcomp \
122         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
123         $(win32)
124
125 check: check-exports
126