summaryrefslogtreecommitdiff
path: root/gst/deinterlace/Makefile.am
blob: 5af2998bfb85017d4b6219915206aff9110527d9 (plain)
1
2
3
4
5
6
7
8
9
10

plugin_LTLIBRARIES = libgstdeinterlace.la

libgstdeinterlace_la_SOURCES = gstdeinterlace.c
libgstdeinterlace_la_CFLAGS = $(GST_CFLAGS)
libgstdeinterlace_la_LIBADD =
libgstdeinterlace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstdeinterlace.h