Commit da1da890 authored by Mike Melanson's avatar Mike Melanson

use a more portable version macro

Originally committed as revision 3281 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f6fa7a6c
......@@ -3802,8 +3802,7 @@ static void show_banner(void)
LIBAVCODEC_BUILD);
printf(" built on " __DATE__ " " __TIME__);
#ifdef __GNUC__
printf(", using gcc %d.%d.%d\n",
__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__);
printf(", gcc: %s\n", __VERSION__);
#else
printf(", using a non-gcc compiler\n");
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment