[evaspixmapsink] Fixed prevent issue - Uninitialized scalar variable
[platform/core/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_ENCODEBIN
9 SUBDIRS += encodebin
10 endif
11
12 if GST_EXT_USE_EXT_AVSYSTEM
13 SUBDIRS += avsystem
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
32 if GST_EXT_USE_EXT_TOGGLE
33 SUBDIRS += toggle
34 endif
35
36 if GST_EXT_USE_EXT_AVSYSTEM
37 SUBDIRS += pdpushsrc
38 endif
39
40 if GST_EXT_USE_EXT_AUDIOTP
41 SUBDIRS += audiotp
42 endif
43
44 if GST_EXT_USE_EXT_AUDIOEQ
45 SUBDIRS += audioeq
46 endif
47
48 DIST_SUBDIRS = common
49
50 if GST_EXT_USE_EXT_ENCODEBIN
51 DIST_SUBDIRS += encodebin
52 endif
53
54 if GST_EXT_USE_EXT_AVSYSTEM
55 DIST_SUBDIRS += avsystem
56 endif
57
58 if GST_EXT_USE_EXT_EVASIMAGESINK
59 DIST_SUBDIRS += evasimagesink
60 endif
61
62 if GST_EXT_USE_EXT_XVIMAGESRC
63 DIST_SUBDIRS += xvimagesrc
64 endif
65
66 if GST_EXT_USE_EXT_DRMSRC
67 DIST_SUBDIRS += drmsrc
68 endif
69
70 if GST_EXT_USE_EXT_TOGGLE
71 DIST_SUBDIRS += toggle
72 endif
73
74
75 EXTRA_DIST = \
76         gstreamer.spec gstreamer.spec.in \
77         configure.ac autogen.sh depcomp \
78         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
79         $(win32)
80
81 check: check-exports
82