mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
ffd06121fa
Original commit message from CVS: - plugins are built without versioning info
11 lines
293 B
Makefile
11 lines
293 B
Makefile
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
|
|
|