diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-01 15:53:04 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-01 15:53:04 +0000 |
commit | e2665a52a07c4b7b88785a33a3cd3e52f0a9cc0a (patch) | |
tree | 860a90711853bde2568157573cc781207b48f065 /gst/mixmatrix | |
parent | 80fe257c59f2c9eeb60a38cff1bc452304fa82f7 (diff) | |
download | gstreamer-plugins-bad-e2665a52a07c4b7b88785a33a3cd3e52f0a9cc0a.tar.gz |
add error handler fix mixmatrix plugin filename
Original commit message from CVS:
add error handler
fix mixmatrix plugin filename
Diffstat (limited to 'gst/mixmatrix')
-rwxr-xr-x | gst/mixmatrix/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mixmatrix/Makefile.am b/gst/mixmatrix/Makefile.am index a76905472..54d5c62a7 100755 --- a/gst/mixmatrix/Makefile.am +++ b/gst/mixmatrix/Makefile.am @@ -1,5 +1,5 @@ -plugin_LTLIBRARIES = libmixmatrix.la +plugin_LTLIBRARIES = libgstmixmatrix.la libmixmatrix_la_SOURCES = mixmatrix.c libmixmatrix_la_CFLAGS = $(GST_CFLAGS) |