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-18 07:38:28 +0100
commit75697836b1db3e0f0a3b7061be6be28d00c675a0 (patch)
tree688c307a3ce2d3e12c99d35c6cc0b0577faad17d /Changelog
parent78812cd147fa2ab1f0aa3019886c0abe00b7c63a (diff)
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 '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