mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
11 lines
305 B
Makefile
11 lines
305 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
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
|
|
|