Created attachment 124127 [details] [review] 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)
Thanks! I made some minor fixes and pushed this. It's easier for me if you can provide git format-patch patches (but I can just do that for you if it's too painful).
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.