mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 20:35:23 +00:00
use a more portable version macro
Originally committed as revision 3281 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f6fa7a6cf5
commit
da1da89044
3
ffmpeg.c
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…
Reference in New Issue
Block a user