From: Stefano Sabatini Date: Mon, 25 Nov 2013 22:28:11 +0000 (+0100) Subject: configure: define CONFIG_THIS_YEAR at the configure level X-Git-Tag: android-x86-6.0-r1~8768 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4c4710a745ae484d1a17288f141c96fdd664ec73;p=android-x86%2Fexternal-ffmpeg.git configure: define CONFIG_THIS_YEAR at the configure level The macro value can be shared between configure script and cmdutils.c. --- 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; diff --git a/configure b/configure index 4aeeb8075c..aaf5c8f7bd 100755 --- a/configure +++ b/configure @@ -4919,6 +4919,7 @@ cat > $TMPH <