Re: [FFmpeg-devel] [PATCH] lavu/x86: remove GCC 4.4- stuff

2024-06-07 Thread Andreas Rheinhardt
marcus: > > > > > > On Friday, June 7th, 2024 at 11:49 AM, Rémi Denis-Courmont > wrote: > >> >> >> Since the C11 support is required, those GCC versions can no longer be >> supported anyhow. >> --- >> libavutil/x86/bswap.h | 13 ++--- >> 1 file changed, 2 insertions(+), 11 deletions(

Re: [FFmpeg-devel] [PATCH] lavu/x86: remove GCC 4.4- stuff

2024-06-07 Thread Rémi Denis-Courmont
Le perjantaina 7. kesäkuuta 2024, 21.05.50 EEST marcus a écrit : > On Friday, June 7th, 2024 at 11:49 AM, Rémi Denis-Courmont wrote: > > Since the C11 support is required, those GCC versions can no longer be > > supported anyhow. > > --- > > libavutil/x86/bswap.h | 13 ++--- > > 1 file cha

[FFmpeg-devel] [PATCH] lavu/x86: remove GCC 4.4- stuff

2024-06-07 Thread Rémi Denis-Courmont
Since the C11 support is required, those GCC versions can no longer be supported anyhow. --- libavutil/x86/bswap.h | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/libavutil/x86/bswap.h b/libavutil/x86/bswap.h index b2f18b6c93..1ce9dcfc65 100644 --- a/libavutil/x8