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