summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-10-16 13:54:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-10-16 13:54:38 +0000
commite575d0024c795c49012447456f9e2d60f36d6134 (patch)
tree710938f5bcd6ba8e3cadfb149d22e973cf54801e
parente882eed904b89f9e0f638f08d6c9b9c859ced8ae (diff)
downloadgstreamer-plugins-bad-e575d0024c795c49012447456f9e2d60f36d6134.tar.gz
restructure configure.ac, use correct libtool LDFLAGS, fix up defines
Original commit message from CVS: restructure configure.ac, use correct libtool LDFLAGS, fix up defines
m---------common0
-rw-r--r--gst/audioresample/gstaudioresample.c3
2 files changed, 2 insertions, 1 deletions
diff --git a/common b/common
-Subproject 2485a65b662de25fb7b71857e34411426c6f530
+Subproject e3944a4eec91af24489896ba3674a16af37326e
diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c
index 62736e98d..c141c1a21 100644
--- a/gst/audioresample/gstaudioresample.c
+++ b/gst/audioresample/gstaudioresample.c
@@ -490,4 +490,5 @@ static gboolean plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"audioresample",
- "Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
+ "Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
+ GST_PACKAGE_ORIGIN);