gstreamer/gst/deinterlace/Makefile.am

12 lines
294 B
Makefile
Raw Normal View History

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstdeinterlace.la
libgstdeinterlace_la_SOURCES = gstdeinterlace.c
libgstdeinterlace_la_CFLAGS = $(GST_CFLAGS)
libgstdeinterlace_la_LIBADD = $(GST_LIBS)
libgstdeinterlace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstdeinterlace.h