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
This commit is contained in:
Thomas Vander Stichele 2005-10-16 13:54:38 +00:00
parent e882eed904
commit e575d0024c
2 changed files with 3 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c
Subproject commit e3944a4eec91af24489896ba3674a16af37326ea

View 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);