restructure configure.ac, use correct libtool LDFLAGS, fix up defines
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Oct 2005 13:54:38 +0000 (13:54 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Oct 2005 13:54:38 +0000 (13:54 +0000)
Original commit message from CVS:
restructure configure.ac, use correct libtool LDFLAGS, fix up defines

common
gst/audioresample/gstaudioresample.c

diff --git a/common b/common
index 2485a65..e3944a4 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c
+Subproject commit e3944a4eec91af24489896ba3674a16af37326ea
index 62736e9..c141c1a 100644 (file)
@@ -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);