summaryrefslogtreecommitdiff
path: root/gst/interlace/Makefile.am
blob: 2411040ce5c57016a12e857f00cef4354af1ac84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
plugin_LTLIBRARIES = libgstinterlace.la

libgstinterlace_la_SOURCES = \
	gstinterlace.c

libgstinterlace_la_CFLAGS = \
	$(GST_CFLAGS) \
	$(GST_PLUGINS_BASE_CFLAGS)

libgstinterlace_la_LIBADD = \
	$(GST_LIBS) \
	$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ \
	$(LIBM)

libgstinterlace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstinterlace_la_LIBTOOLFLAGS = --tag=disable-static