<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - libwebrtc_audio_processing undefined symbols"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96244">96244</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>libwebrtc_audio_processing undefined symbols
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>PulseAudio
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>modules
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>pulseaudio-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rdieter@math.unl.edu
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>pulseaudio-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lennart@poettering.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=124127" name="attach_124127" title="enforce linking with --no-undefined, add explicit -lpthread linkage">attachment 124127</a> <a href="attachment.cgi?id=124127&action=edit" title="enforce linking with --no-undefined, add explicit -lpthread linkage">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=96244&attachment=124127'>[review]</a>
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)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>