summaryrefslogtreecommitdiffstats
path: root/gst/audioresample/gstaudioresample.c
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 /gst/audioresample/gstaudioresample.c
parente882eed904b89f9e0f638f08d6c9b9c859ced8ae (diff)
downloadgst-plugins-bad-e575d0024c795c49012447456f9e2d60f36d6134.tar.gz
gst-plugins-bad-e575d0024c795c49012447456f9e2d60f36d6134.tar.bz2
gst-plugins-bad-e575d0024c795c49012447456f9e2d60f36d6134.zip
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
Diffstat (limited to 'gst/audioresample/gstaudioresample.c')
-rw-r--r--gst/audioresample/gstaudioresample.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c
index 62736e98..c141c1a2 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);