GNOME Bugzilla – Bug 434101
[gsm] doesn't link against libgstbase-0.10
Last modified: 2007-05-11 15:11:43 UTC
gsm module from gst-plugins-bad don't properly linked. Just run on them ldd -r -u. Patch which fixes this i will attach.
Created attachment 87183 [details] [review] Patch
Thanks for the bug report and the patch, but I think this is already fixed in CVS. This commit should have fixed it: 2007-02-24 Tim-Philipp Müller <tim at centricular dot net> * configure.ac: * ext/gsm/Makefile.am: * ext/ladspa/Makefile.am: * ext/wavpack/Makefile.am: * gst/equalizer/Makefile.am: * gst/filter/Makefile.am: * gst/mve/Makefile.am: * gst/nsf/Makefile.am: * gst/replaygain/Makefile.am: * gst/speed/Makefile.am: Fix build with LDFLAGS='-Wl,-z,defs'. Please let us know if it still doesn't work for you with -bad CVS.
(In reply to comment #2) > Thanks for the bug report and the patch, but I think this is already fixed in > CVS. This commit should have fixed it: Yes. This is bug fixed in SVN now. Thanks!