summaryrefslogtreecommitdiff
path: root/gst/interlace/Makefile.am
blob: 01b64e38a9be076ec95213cabad0fca7bd7f7041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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_API_VERSION@ \
	$(LIBM)

libgstinterlace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstinterlace_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)