dd6bcc0916
sctp unconditionnally uses __sync_*_4 intrinsics in
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/blob/master/ext/sctp/usrsctp/usrsctplib/user_atomic.h
As a result, this will raise the following build failure with bootlin
sparc toolchain:
/srv/storage/autobuild/run/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/sparc-buildroot-linux-uclibc/9.3.0/../../../../sparc-buildroot-linux-uclibc/bin/ld: ext/sctp/usrsctp/libusrsctp-static.a(usrsctplib_user_socket.c.o): in function `usrsctp_conninput':
user_socket.c:(.text+0x3004): undefined reference to `__sync_fetch_and_add_4'
sctp uses an internal version of usrsctp (which is not available in
buildroot) and is available since version 1.15.1:
|
||
---|---|---|
.. | ||
gst1-devtools | ||
gst1-imx | ||
gst1-interpipe | ||
gst1-libav | ||
gst1-plugins-bad | ||
gst1-plugins-base | ||
gst1-plugins-bayer2rgb-neon | ||
gst1-plugins-good | ||
gst1-plugins-ugly | ||
gst1-python | ||
gst1-rtsp-server | ||
gst1-shark | ||
gst1-vaapi | ||
gst-omx | ||
gstreamer1 | ||
gstreamer1-editing-services | ||
gstreamer1-mm | ||
Config.in | ||
gstreamer1.mk |