[pulseaudio-tickets] [Bug 96244] New: libwebrtc_audio_processing undefined symbols

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 27 13:46:18 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=96244

            Bug ID: 96244
           Summary: libwebrtc_audio_processing undefined symbols
           Product: PulseAudio
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: modules
          Assignee: pulseaudio-bugs at lists.freedesktop.org
          Reporter: rdieter at math.unl.edu
        QA Contact: pulseaudio-bugs at lists.freedesktop.org
                CC: lennart at poettering.net

Created attachment 124127
  --> https://bugs.freedesktop.org/attachment.cgi?id=124127&action=edit
enforce linking with --no-undefined, add explicit -lpthread linkage

In investigating x86/sse2 issues in recent webrtc-audio-processing-0.2 release,
I found that it was possible for libwebrtc_audio_processing to contain
undefined symbols.

Attached is a patch that addresses this:
* adds -Wl,--no-undefined to libwebrtc_audio_processing_la_LDFLAGS 
* adds explicit -lpthread linkage (else, there are undefined references to
pthread-related symbols)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160527/9a1d33d9/attachment.html>


More information about the pulseaudio-bugs mailing list