marcus: > > > > > > On Friday, June 7th, 2024 at 11:49 AM, Rémi Denis-Courmont <r...@remlab.net> > 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(-) > > Public headers are required to be C99 compatible. > > `bswap.h` is a public header because it is in the `libavutil/Makefile`'s > `HEADERS` variable. >
libavutil/bswap.h is public, libavutil/x86/bswap.h is not. - Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".