configure: define CONFIG_THIS_YEAR at the configure level
The macro value can be shared between configure script and cmdutils.c.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user