aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/version.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>