summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/Makefile.am
blob: e6c4c9ea9412cfbef5a57f8138061a17da0414a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstvideofilter.la libgstvideoflip.la
noinst_LTLIBRARIES = libgstvideoexample.la

noinst_HEADERS = gstvideofilter.h gstvideoexample.h gstvideoflip.h

EXTRA_DIST = gstvideotemplate.c gstvideotemplate.h make_filter
EXTRA_CLEAN = gstvideoexample.c gstvideoexample.h

libgstvideofilter_la_SOURCES = gstvideofilter.c
libgstvideofilter_la_CFLAGS = $(GST_CFLAGS)
libgstvideofilter_la_LIBADD =
libgstvideofilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

libgstvideoexample_la_SOURCES = gstvideoexample.c
libgstvideoexample_la_CFLAGS = $(GST_CFLAGS)
libgstvideoexample_la_LIBADD =
libgstvideoexample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

libgstvideoflip_la_SOURCES = gstvideoflip.c
libgstvideoflip_la_CFLAGS = $(GST_CFLAGS)
libgstvideoflip_la_LIBADD =
libgstvideoflip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)


# no, this doesn't work if $(srcdir) != (builddir)
gstvideoexample.c gstvideoexample.h: $(srcdir)/make_filter \
		$(srcdir)/gstvideotemplate.c $(srcdir)/gstvideotemplate.h
	$(srcdir)/make_filter Videoexample