From d971b467866b950cc4f74553bd0d3872e0daf48a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 23 Jul 2002 20:21:51 +0000 Subject: Added mixmatrix with naive capsnego, still needs work.. Original commit message from CVS: Added mixmatrix with naive capsnego, still needs work.. --- gst/mixmatrix/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 gst/mixmatrix/Makefile.am (limited to 'gst/mixmatrix/Makefile.am') diff --git a/gst/mixmatrix/Makefile.am b/gst/mixmatrix/Makefile.am new file mode 100755 index 00000000..81dac076 --- /dev/null +++ b/gst/mixmatrix/Makefile.am @@ -0,0 +1,8 @@ +plugindir = $(libdir)/gst + +plugin_LTLIBRARIES = libmixmatrix.la + +libmixmatrix_la_SOURCES = mixmatrix.c +libmixmatrix_la_CFLAGS = $(GST_CFLAGS) +libmixmatrix_la_LIBADD = +libmixmatrix_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1