summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichel Bardiaux <mbardiaux@peaktime.be>2004-10-11 19:50:50 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-11 19:50:50 +0000
commitf255e0abfc53855dcb645640c0078547c04a6f1e (patch)
tree717553d0fb33768327f44305a24e84638b738ca6 /ffmpeg.c
parenteb497825fea89ca6c077ae883c33431bb88a32d7 (diff)
downloadffmpeg-streaming-f255e0abfc53855dcb645640c0078547c04a6f1e.zip
ffmpeg-streaming-f255e0abfc53855dcb645640c0078547c04a6f1e.tar.gz
config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 3582 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 1032698..4178d0a 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__);
OpenPOWER on IntegriCloud