From 1c6ceb5c0bc0e572a47e0889818d06ea54365355 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Thu, 30 Jan 2003 20:24:26 +0000 Subject: The first attempt to support MAS. Dont expect it to work :) Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :) --- ext/mas/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ext/mas/Makefile.am (limited to 'ext/mas/Makefile.am') diff --git a/ext/mas/Makefile.am b/ext/mas/Makefile.am new file mode 100644 index 00000000..9e6781f4 --- /dev/null +++ b/ext/mas/Makefile.am @@ -0,0 +1,10 @@ +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ + +plugin_LTLIBRARIES = libgstmassink.la + +libgstmassink_la_SOURCES = massink.c +libgstmassink_la_CFLAGS = $(GST_CFLAGS) $(MAS_CFLAGS) +libgstmassink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MAS_LIBS) + +noinst_HEADERS = massink.h +EXTRA_DIST = README -- cgit v1.2.1