summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-02-03 17:44:43 +0100
committerAnton Khirnov <anton@khirnov.net>2024-02-09 16:33:07 +0100
commitfd5f2b8ae811d147c90ea4ef02b4f69c1d3540a3 (patch)
tree71585df4b5e61ede5bad7ed385b825872eec6c50 /Changelog
parent7c873fb2985f94da61eb7b41c90176fa471e6163 (diff)
Require compilers to support C11.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 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c5fb21d198..610ee61dd6 100644
--- a/Changelog
+++ b/Changelog
@@ -24,6 +24,9 @@ version <next>:
- ffmpeg CLI options may now be used as -/opt <path>, which is equivalent
to -opt <contents of file <path>>
- showinfo bitstream filter
+- a C11-compliant compiler is now required; note that this requirement
+ will be bumped to C17 in the near future, so consider updating your
+ build environment if it lacks C17 support
version 6.1:
- libaribcaption decoder