[Bug 756882] spandsp duplicates symbols with other code

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Oct 24 09:49:01 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=756882

--- Comment #1 from George Kiagiadakis <george.kiagiadakis at collabora.com> ---
It looks like the only really problematic symbol is "noise_free". The has_FOO
symbols can be compiled out very easily, as it seems they are not used anywhere
in the library and neither exported in any header file.

Now, I *could* patch noise_free out by simply defining it to something else, as
you say, but perhaps a better solution would be to fix the
gstgeometrictransform plugin to not export unprefixed symbols, as this
situation could happen again with another dependency library.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list