diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-16 13:54:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-16 13:54:38 +0000 |
commit | e575d0024c795c49012447456f9e2d60f36d6134 (patch) | |
tree | 710938f5bcd6ba8e3cadfb149d22e973cf54801e | |
parent | e882eed904b89f9e0f638f08d6c9b9c859ced8ae (diff) | |
download | gst-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
m--------- | common | 0 | ||||
-rw-r--r-- | gst/audioresample/gstaudioresample.c | 3 |
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 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); |