[FFmpeg-devel] [PATCH 01/23] compat: drop gcc, suncc, and pthreads stdatomic emulation
James Almer
jamrial at gmail.com
Sun Sep 15 23:31:47 EEST 2024
On 9/14/2024 7:45 AM, Anton Khirnov wrote:
> Since we now require a C11-compliant compiler, there should be no
> supported configurations where any of these is used.
> ---
> compat/atomics/gcc/stdatomic.h | 173 -------------------------
> compat/atomics/pthread/stdatomic.c | 39 ------
> compat/atomics/pthread/stdatomic.h | 197 -----------------------------
> compat/atomics/suncc/stdatomic.h | 186 ---------------------------
Is there any SunCC version we support now? Because there's a lot of
bitrotting checks for it in configure.
> configure | 19 +--
> 5 files changed, 1 insertion(+), 613 deletions(-)
> delete mode 100644 compat/atomics/gcc/stdatomic.h
> delete mode 100644 compat/atomics/pthread/stdatomic.c
> delete mode 100644 compat/atomics/pthread/stdatomic.h
> delete mode 100644 compat/atomics/suncc/stdatomic.h
Ok.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240915/ba60b102/attachment.sig>
More information about the ffmpeg-devel
mailing list