From 6f2a22eb93ce68abf25a6c5845d6ac5322a09557 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 17 Feb 2002 02:06:04 +0000 Subject: 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 --- gst/auparse/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gst/auparse/Makefile.am') 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 -- cgit