use a more portable version macro

Originally committed as revision 3281 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Mike Melanson 21 years ago
parent f6fa7a6cf5
commit da1da89044
  1. 3
      ffmpeg.c

@ -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

Loading…
Cancel
Save