mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
e882eed904
commit
e575d0024c
2 changed files with 3 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c
|
Subproject commit e3944a4eec91af24489896ba3674a16af37326ea
|
|
@ -490,4 +490,5 @@ static gboolean plugin_init (GstPlugin * plugin)
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"audioresample",
|
"audioresample",
|
||||||
"Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
|
"Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
|
||||||
|
GST_PACKAGE_ORIGIN);
|
||||||
|
|
Loading…
Reference in a new issue