<html><head></head><body>Hi,<br><br>This doesn't make much sense. AFAIK, rPI processors are all standard Cortex-A designs, and Raspian is a glorified derivative of Debian armel.<br><br>The need for libatomic should not be a Raspian-specific issue.<br><br><div class="gmail_quote">Le 20 janvier 2020 13:41:42 GMT+02:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">We don't have a way to detect the target is a Raspberry so we enable it manually.<br><br>Only the libvlccore seems to need it for proper linkings. Modules don't need it.<br><br>--<br>replaces the automatic compiler detection from<br><a href="https://patches.videolan.org/patch/25978/">https://patches.videolan.org/patch/25978/</a><hr> configure.ac | 2 ++<br> 1 file changed, 2 insertions(+)<br><br>diff --git a/configure.ac b/configure.ac<br>index f69d7195537..1e8c205f320 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -3664,6 +3664,8 @@ if test "${enable_mmal}" != "no"; then<br>   AC_CHECK_HEADERS([interface/mmal/mmal.h],<br>     [ AC_CHECK_LIB([bcm_host], [vc_tv_unregister_callback_full], [<br>         have_mmal="yes"<br>+        dnl we build for Raspberry which needs the latomic flag<br>+        VLC_ADD_LDFLAGS([libvlccore],[ -latomic ])<br>         VLC_ADD_PLUGIN([mmal])<br>         VLC_ADD_LDFLAGS([mmal],[ -L/opt/vc/lib ])<br>         VLC_ADD_CFLAGS([mmal],[ -isystem /opt/vc/include -isystem /opt/vc/include/interface/vcos/pthreads -isystem /opt/vc/include/interface/vmcs_host/linux ])</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>