diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-02-03 17:44:43 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-02-18 07:38:28 +0100 |
commit | 75697836b1db3e0f0a3b7061be6be28d00c675a0 (patch) | |
tree | 688c307a3ce2d3e12c99d35c6cc0b0577faad17d /libavcodec/msvideo1enc.c | |
parent | 78812cd147fa2ab1f0aa3019886c0abe00b7c63a (diff) | |
download | ffmpeg-75697836b1db3e0f0a3b7061be6be28d00c675a0.tar.gz |
Require compilers to support C11.
It should be available in all relevant modern compilers and will allow
us to use features like anonymous unions.
Note that stdatomic.h is still emulated on MSVC, as current versions
require the /experimental:c11atomics, and do not support
ATOMIC_VAR_INIT() anyway.
Diffstat (limited to 'libavcodec/msvideo1enc.c')
0 files changed, 0 insertions, 0 deletions