aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/version.c
Commit message (Collapse)AuthorAgeFilesLines
* lib*/version: Use static_assert for static assertsAndreas Rheinhardt2024-03-311-5/+7
| | | | | | | Also update the checks that guard against inserting a new enum entry in the middle of a range. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avutil/version: Remove outdated checksAndreas Rheinhardt2024-02-211-16/+0
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* configure, libavutil/version: Remove unused HAVE_MMX2Andreas Rheinhardt2024-02-201-1/+0
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-101-0/+71
This avoids having to rebuild big files every time FFMPEG_VERSION changes (which it does with every commit). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>