summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-03-18 10:13:27 +0200
committerMartin Storsjö <martin@martin.st>2022-03-19 00:01:57 +0200
commit2d368392a5d6b856d63959ae8bfd40dd598c27e7 (patch)
tree2695cbe08ad37fc5d7ad0b8d2cb6d63955851966 /doc/APIchanges
parentfce01276422a0e121d61aec811ee1773f9013b9c (diff)
downloadffmpeg-2d368392a5d6b856d63959ae8bfd40dd598c27e7.tar.gz
Keep including the full version.h when headers are included externally
This avoids unnecessary churn and build breakage for users, by making sure the whole version.h is included like it has been so far, while keeping the benefit of not needing to rebuild most files in the ffmpeg tree on minor/micro bumps. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7b324f48fa..41662da84f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,15 +14,10 @@ libavutil: 2021-04-27
API changes, most recent first:
-2022-03-16 - xxxxxxxxxx - all libraries - version.h, version_major.h
- No longer implicitly include lib<name>/version.h in lib<name>/<name>.h.
- Users who depend on defines from these files (LIB<name>_VERSION*,
- LIB<name>_IDENT) must explicitly include these headers instead of
- relying on them being included implicitly.
+2022-03-16 - xxxxxxxxxx - all libraries - version_major.h
Add lib<name>/version_major.h as new installed headers, which only
contain the major version number (and corresponding API deprecation
- defines). These headers are still implicitly included from the
- library main headers.
+ defines).
2022-03-10 - xxxxxxxxxx - lavu 57.23.100 - cpu.h
Add AV_CPU_FLAG_AVX512ICL.