diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2020-01-01 12:14:30 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-04-23 21:29:01 +0200 |
commit | 4591046007890a5a442931d0074ce0546b8c8f89 (patch) | |
tree | 411bd1562e9553f180d3330a91687b5590b56398 | |
parent | 9f9cedf29fd8d10aa5dc69031151f02e47e0a04a (diff) | |
download | ffmpeg-4591046007890a5a442931d0074ce0546b8c8f89.tar.gz |
configure: bump year
(cherry picked from commit 7b58702cbdce097f32f62c87cd537ab28c04ffb2)
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 2019 +#define CONFIG_THIS_YEAR 2020 #define FFMPEG_DATADIR "$(eval c_escape $datadir)" #define AVCONV_DATADIR "$(eval c_escape $datadir)" #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})" |