[FFmpeg-devel] [PATCH 2/2] libavutil: x86: Include stdlib.h before using _byteswap_ulong

Martin Storsjö martin at martin.st
Thu Jan 23 18:16:34 EET 2020


On Tue, 21 Jan 2020, Martin Storsjö wrote:

> When clang works in MSVC mode, it does have the _byteswap_ulong
> builtin, but one has to include stdlib.h before using it.
> ---
> libavutil/x86/bswap.h | 1 +
> 1 file changed, 1 insertion(+)

I'll go ahead and push these two, as they're quite uncontroversial.

// Martin


More information about the ffmpeg-devel mailing list