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

marcus marcus at marcusspencer.xyz
Fri Jun 7 21:05:50 EEST 2024






On Friday, June 7th, 2024 at 11:49 AM, Rémi Denis-Courmont <remi at 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.

Sources:
https://ffmpeg.org/developer.html#Language
https://ffmpeg.org/developer.html#Library-public-interfaces


More information about the ffmpeg-devel mailing list