diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2022-01-01 00:29:41 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-04-16 10:49:44 +0200 |
commit | 7dae15a42bf6e19df2446fdcfaa1a7938aa2f427 (patch) | |
tree | a9035854733dc27a73a532594a022323f2a3ff15 | |
parent | 51ce9b5029b77c874e5737acd26c368a53f9f330 (diff) | |
download | ffmpeg-7dae15a42bf6e19df2446fdcfaa1a7938aa2f427.tar.gz |
configure: bump year
(cherry picked from commit 2f6360ff21a98f9db6af3e0932d39f1dc7b47d6c)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6144,7 +6144,7 @@ cat > $TMPH <<EOF #define FFMPEG_CONFIG_H #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)" #define FFMPEG_LICENSE "$(c_escape $license)" -#define CONFIG_THIS_YEAR 2021 +#define CONFIG_THIS_YEAR 2022 #define FFMPEG_DATADIR "$(eval c_escape $datadir)" #define AVCONV_DATADIR "$(eval c_escape $datadir)" #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})" |