diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-21 16:03:11 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-21 16:03:11 +0000 |
commit | 7f21077a802f3d3c144b086c969d54a36775992e (patch) | |
tree | 5b44fd804510b4868126383784a8344972c1bf3f /ChangeLog | |
parent | 7b80cad30fd2912dd6a50507a77296d00d66add4 (diff) | |
download | gst-plugins-bad-7f21077a802f3d3c144b086c969d54a36775992e.tar.gz gst-plugins-bad-7f21077a802f3d3c144b086c969d54a36775992e.tar.bz2 gst-plugins-bad-7f21077a802f3d3c144b086c969d54a36775992e.zip |
Link the ladspa plugin with -ldl. It's needed for dlopen() and friends for loading the ladspa plugins and previously ...
Original commit message from CVS:
* configure.ac:
* ext/ladspa/Makefile.am:
Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
for loading the ladspa plugins and previously was linked in by
gmodule. Fixes bug #543848.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-07-21 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * configure.ac: + * ext/ladspa/Makefile.am: + Link the ladspa plugin with -ldl. It's needed for dlopen() and friends + for loading the ladspa plugins and previously was linked in by + gmodule. Fixes bug #543848. + +2008-07-21 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/modplug/libmodplug/Makefile.am: Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS can contain compiler parameters that are invalid for C++. |