From e54227eca0f167de0e026b29132055d00fc256ba Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 14 Nov 2005 02:13:26 +0000 Subject: [PATCH] rework configure.ac; make asterisk rtp stuff compile on mingw Original commit message from CVS: rework configure.ac; make asterisk rtp stuff compile on mingw --- common | 2 +- ext/ladspa/gstladspa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index 959da4a43c..c6e5de72d7 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 959da4a43c2e6218eb4f43e8c7e29c1db4157db1 +Subproject commit c6e5de72d79afdcad7d7b3cf4a35305f7f3ddebc diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index dbf9f9334d..c6d0e0b23a 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -626,4 +626,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "ladspa", "All LADSPA plugins", - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)