From fc44c4515c7ca1a516ce223f335ba01094f014bd Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 14 Jul 2003 08:42:36 +0000 Subject: 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. --- gst/overlay/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gst/overlay/Makefile.am (limited to 'gst/overlay/Makefile.am') diff --git a/gst/overlay/Makefile.am b/gst/overlay/Makefile.am new file mode 100644 index 00000000..38eac4cc --- /dev/null +++ b/gst/overlay/Makefile.am @@ -0,0 +1,14 @@ +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 = + -- cgit v1.2.1