diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-02-02 00:20:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-02 05:04:14 +0100 |
commit | 103e4c58633f210d7c3203cae121ba5b5123afa6 (patch) | |
tree | ad09b02e45feb95397407e4daf6996613f070914 /ffprobe.c | |
parent | aa945dc112b098f3b8139b1d97475839ea88410e (diff) | |
download | ffmpeg-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |