From 103e4c58633f210d7c3203cae121ba5b5123afa6 Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Mon, 2 Feb 2015 00:20:18 +0100 Subject: stop embedding the build date Theis makes the build binary reproducible. Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer --- ffprobe.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ffprobe.c') 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); -- cgit v1.1