gstreamer/gst/overlay/Makefile.am
David Schleef fc44c4515c Found this in my local tree. Looks cool, so I'm checking it in. Seems to be some sort of video overlay element.
Original commit message from CVS:
Found this in my local tree.  Looks cool, so I'm checking it in.  Seems
to be some sort of video overlay element.
2003-07-14 08:42:36 +00:00

14 lines
292 B
Makefile

plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstoverlay.la
libgstoverlay_la_SOURCES = gstoverlay.c
noinst_HEADERS = gstoverlay.h
libgstoverlay_la_CFLAGS = $(GST_CFLAGS)
libgstoverlay_la_LIBADD =
libgstoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
EXTRA_DIST =