diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2020-01-01 12:14:30 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-01-06 15:03:15 +0100 |
commit | 9a992aadf0edf128a5773436f4cc7bdefa01595a (patch) | |
tree | 849a8a2cddccdf6495bdf97375dbaa49676a6e6d | |
parent | d46875ce545b4baa81060c2587c3a97ac012bd85 (diff) | |
download | ffmpeg-9a992aadf0edf128a5773436f4cc7bdefa01595a.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
@@ -7243,7 +7243,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})" |