Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-26 02:28:11 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-11-26 12:54:40 +0400
commit4c4710a745ae484d1a17288f141c96fdd664ec73 (patch)
tree27aca21802949ff89663df06702c32161cc621e6 /cmdutils.c
parenta9a3afec1a9c57a344f4ec09b6ba3db338a3c8bc (diff)
configure: define CONFIG_THIS_YEAR at the configure level
The macro value can be shared between configure script and cmdutils.c.
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index c7e8acf391..ebb747a1a7 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -69,7 +69,7 @@ struct SwsContext *sws_opts;
AVDictionary *swr_opts;
AVDictionary *format_opts, *codec_opts, *resample_opts;
-const int this_year = 2013;
+const int this_year = CONFIG_THIS_YEAR;
static FILE *report_file;