diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-14 02:13:26 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-14 02:13:26 +0000 |
commit | e54227eca0f167de0e026b29132055d00fc256ba (patch) | |
tree | 9c74ad15184fc4bea95443cdea9d9e22c8accac6 /ext | |
parent | e3ea25bdce36f2c0e2a3b76a18a954acd10da528 (diff) | |
download | gst-plugins-bad-e54227eca0f167de0e026b29132055d00fc256ba.tar.gz gst-plugins-bad-e54227eca0f167de0e026b29132055d00fc256ba.tar.bz2 gst-plugins-bad-e54227eca0f167de0e026b29132055d00fc256ba.zip |
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
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ladspa/gstladspa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index dbf9f933..c6d0e0b2 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) |