diff options
author | Andy Wingo <wingo@pobox.com> | 2002-02-17 02:06:04 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-02-17 02:06:04 +0000 |
commit | 6f2a22eb93ce68abf25a6c5845d6ac5322a09557 (patch) | |
tree | 134f8f1d01786d668dd17be3b60358a7428e6b94 /gst/auparse/Makefile.am | |
parent | f194a20c0ba29568abbe1bfc53780e612de46338 (diff) |
better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, auparse to new capsnego
Original commit message from CVS:
* better capsnego in osssink
* s/parseau/auparse/
* update volume, mulawdecode, auparse to new capsnego
Diffstat (limited to 'gst/auparse/Makefile.am')
-rw-r--r-- | gst/auparse/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gst/auparse/Makefile.am b/gst/auparse/Makefile.am index 0ea4918a..b6e0c2a6 100644 --- a/gst/auparse/Makefile.am +++ b/gst/auparse/Makefile.am @@ -1,10 +1,10 @@ plugindir = $(libdir)/gst -plugin_LTLIBRARIES = libgstparseau.la +plugin_LTLIBRARIES = libgstauparse.la -libgstparseau_la_SOURCES = gstparseau.c -libgstparseau_la_CFLAGS = $(GST_CFLAGS) -libgstparseau_la_LIBADD = $(GST_LIBS) -libgstparseau_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ +libgstauparse_la_SOURCES = gstauparse.c +libgstauparse_la_CFLAGS = $(GST_CFLAGS) +libgstauparse_la_LIBADD = $(GST_LIBS) +libgstauparse_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ -noinst_HEADERS = gstparseau.h +noinst_HEADERS = gstauparse.h |