mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
7f1aec856f
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
10 lines
241 B
Makefile
10 lines
241 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstdeinterlace.la
|
|
|
|
libgstdeinterlace_la_SOURCES = gstdeinterlace.c
|
|
libgstdeinterlace_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstdeinterlace_la_LIBADD = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gstdeinterlace.h
|
|
|