aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 103269877b..4178d0a1d9 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3890,6 +3890,7 @@ static void show_banner(void)
{
printf("ffmpeg version " FFMPEG_VERSION ", build %d, Copyright (c) 2000-2004 Fabrice Bellard\n",
LIBAVCODEC_BUILD);
+ printf(" configuration: %s\n", FFMPEG_CONFIGURATION);
printf(" built on " __DATE__ " " __TIME__);
#ifdef __GNUC__
printf(", gcc: %s\n", __VERSION__);