rtpjitterbuffer: Check if item is not null before dereferencing it
[platform/upstream/gst-plugins-good.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--disable-gtk-doc
2
3 ALWAYS_SUBDIRS =                \
4         gst sys ext             \
5         tests                   \
6         po                      \
7         common                  \
8         m4                      \
9         pkgconfig
10
11 SUBDIRS = $(ALWAYS_SUBDIRS)
12
13 DIST_SUBDIRS = $(ALWAYS_SUBDIRS)
14
15 EXTRA_DIST = \
16         depcomp \
17         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
18         ChangeLog gst-plugins-good.doap autogen.sh \
19         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
20         meson_options.txt
21
22 DISTCLEANFILES = _stdint.h
23
24 noinst_HEADERS = \
25         gst-libs/gst/gettext.h \
26         gst-libs/gst/gst-i18n-plugin.h \
27         gst-libs/gst/glib-compat-private.h
28
29 ACLOCAL_AMFLAGS = -I m4 -I common/m4
30
31 include $(top_srcdir)/common/release.mak
32 include $(top_srcdir)/common/po.mak
33
34 check-valgrind:
35         $(MAKE) -C tests/check check-valgrind
36
37 if HAVE_GST_CHECK
38 check-torture:
39         $(MAKE) -C tests/check torture
40 build-checks:
41         $(MAKE) -C tests/check build-checks
42 else
43 check-torture:
44         true
45 build-checks:
46         true
47 endif
48
49 include $(top_srcdir)/common/coverage/lcov.mak
50
51 # cruft: plugins that have been merged or moved or renamed
52
53 CRUFT_FILES = \
54         $(top_builddir)/gst-plugins-good.spec \
55         $(top_builddir)/win32/common/config.h-new \
56         $(top_builddir)/common/shave \
57         $(top_builddir)/common/shave-libtool \
58         $(top_builddir)/docs/plugins/xml/plugin-shout2send.xml \
59         $(top_builddir)/ext/pulse/.libs/libgstpulse.so \
60         $(top_builddir)/ext/soup/.libs/libgstsouphttpsrc.so \
61         $(top_builddir)/gst/median/.libs/*.{so,dll,DLL,dylib} \
62         $(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \
63         $(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \
64         $(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \
65         $(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
66         $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} \
67         $(top_builddir)/sys/directsound/.libs/libgstdirectsoundsink.{dll,DLL} \
68         $(top_builddir)/sys/oss4/.libs/libgstoss4audio.so \
69         $(top_builddir)/sys/waveform/.libs/libgstwaveformsink.{dll,DLL}
70
71 CRUFT_DIRS = \
72         $(top_srcdir)/docs/plugins/tmpl \
73         $(top_srcdir)/gst/median \
74         $(top_srcdir)/gst/qtdemux \
75         $(top_srcdir)/gst/quicktime \
76         $(top_srcdir)/ext/annodex \
77         $(top_srcdir)/tests/examples/pulse
78
79 include $(top_srcdir)/common/cruft.mak
80
81 all-local: check-cruft