lib*/version: Move library version functions into files of their own

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>
This commit is contained in:
Andreas Rheinhardt
2022-05-10 06:49:32 +02:00
parent 3417379d5e
commit f2b79c5b85
26 changed files with 397 additions and 202 deletions
+1
View File
@@ -174,6 +174,7 @@ OBJS = adler32.o \
tx_float.o \
tx_double.o \
tx_int32.o \
version.o \
video_enc_params.o \
film_grain_params.o \