summaryrefslogtreecommitdiffstats
path: root/gst/mixmatrix/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-07-23 20:21:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-07-23 20:21:51 +0000
commitd971b467866b950cc4f74553bd0d3872e0daf48a (patch)
tree61a02bee5ca2f86ae1017426364dc3a351017e53 /gst/mixmatrix/Makefile.am
parentb885bfb4382dd5de209c34fe6dadc73480effac2 (diff)
downloadgst-plugins-bad-d971b467866b950cc4f74553bd0d3872e0daf48a.tar.gz
gst-plugins-bad-d971b467866b950cc4f74553bd0d3872e0daf48a.tar.bz2
gst-plugins-bad-d971b467866b950cc4f74553bd0d3872e0daf48a.zip
Added mixmatrix with naive capsnego, still needs work..
Original commit message from CVS: Added mixmatrix with naive capsnego, still needs work..
Diffstat (limited to 'gst/mixmatrix/Makefile.am')
-rwxr-xr-xgst/mixmatrix/Makefile.am8
1 files changed, 8 insertions, 0 deletions
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)