From 3b4f4554a6e3db3f072ce385db35ee97abf79e9f Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 27 Aug 2006 17:14:06 +0000 Subject: Rename again (audiofxgood -> audiofx). Original commit message from CVS: * configure.ac: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/inspect/plugin-audiofx.xml: * docs/plugins/inspect/plugin-audiofxgood.xml: * gst/audiofx/Makefile.am: * gst/audiofx/audiofx.c: * gst/audiofxgood/.cvsignore: * gst/audiofxgood/Makefile.am: * gst/audiofxgood/audiofx.c: * gst/audiofxgood/audiopanorama.c: * gst/audiofxgood/audiopanorama.h: Rename again (audiofxgood -> audiofx). --- gst/audiofx/Makefile.am | 10 +++++----- gst/audiofx/audiofx.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'gst/audiofx') diff --git a/gst/audiofx/Makefile.am b/gst/audiofx/Makefile.am index 34708cfe..82fc9aa3 100644 --- a/gst/audiofx/Makefile.am +++ b/gst/audiofx/Makefile.am @@ -1,19 +1,19 @@ # plugindir is set in configure -plugin_LTLIBRARIES = libgstaudiofxgood.la +plugin_LTLIBRARIES = libgstaudiofx.la # sources used to compile this plug-in -libgstaudiofxgood_la_SOURCES = audiofx.c\ +libgstaudiofx_la_SOURCES = audiofx.c\ audiopanorama.c # flags used to compile this plugin -libgstaudiofxgood_la_CFLAGS = $(GST_CFLAGS) \ +libgstaudiofx_la_CFLAGS = $(GST_CFLAGS) \ $(GST_BASE_CFLAGS) \ $(GST_CONTROLLER_CFLAGS) -libgstaudiofxgood_la_LIBADD = $(GST_LIBS) \ +libgstaudiofx_la_LIBADD = $(GST_LIBS) \ $(GST_BASE_LIBS) \ $(GST_CONTROLLER_LIBS) -libgstaudiofxgood_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstaudiofx_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) # headers we need but don't want installed noinst_HEADERS = audiopanorama.h diff --git a/gst/audiofx/audiofx.c b/gst/audiofx/audiofx.c index 9b0a071d..907c0545 100644 --- a/gst/audiofx/audiofx.c +++ b/gst/audiofx/audiofx.c @@ -44,6 +44,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "audiofxgood", + "audiofx", "Audio effects plugin", plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/") -- cgit