From: Thomas Vander Stichele Date: Sun, 16 Oct 2005 13:54:38 +0000 (+0000) Subject: restructure configure.ac, use correct libtool LDFLAGS, fix up defines X-Git-Tag: RELEASE-0_9_4~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e575d0024c795c49012447456f9e2d60f36d6134;p=platform%2Fupstream%2Fgst-plugins-bad.git 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 --- diff --git a/common b/common index 2485a65..e3944a4 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c +Subproject commit e3944a4eec91af24489896ba3674a16af37326ea diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c index 62736e9..c141c1a 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);