diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-07-23 20:21:51 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-07-23 20:21:51 +0000 |
commit | d971b467866b950cc4f74553bd0d3872e0daf48a (patch) | |
tree | 61a02bee5ca2f86ae1017426364dc3a351017e53 /gst/mixmatrix/Makefile.am | |
parent | b885bfb4382dd5de209c34fe6dadc73480effac2 (diff) | |
download | gst-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-x | gst/mixmatrix/Makefile.am | 8 |
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) |