summaryrefslogtreecommitdiffstats
path: root/ffprobe.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-02-02 00:20:18 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-02 05:04:14 +0100
commit103e4c58633f210d7c3203cae121ba5b5123afa6 (patch)
treead09b02e45feb95397407e4daf6996613f070914 /ffprobe.c
parentaa945dc112b098f3b8139b1d97475839ea88410e (diff)
downloadffmpeg-streaming-103e4c58633f210d7c3203cae121ba5b5123afa6.zip
ffmpeg-streaming-103e4c58633f210d7c3203cae121ba5b5123afa6.tar.gz
stop embedding the build date
Theis makes the build binary reproducible. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffprobe.c b/ffprobe.c
index 38879f1..d352bb6 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -2562,8 +2562,6 @@ static void ffprobe_show_program_version(WriterContext *w)
print_str("version", FFMPEG_VERSION);
print_fmt("copyright", "Copyright (c) %d-%d the FFmpeg developers",
program_birth_year, CONFIG_THIS_YEAR);
- print_str("build_date", __DATE__);
- print_str("build_time", __TIME__);
print_str("compiler_ident", CC_IDENT);
print_str("configuration", FFMPEG_CONFIGURATION);
writer_print_section_footer(w);
OpenPOWER on IntegriCloud