From a72396a4fdcfdef2afeb0947d733a2ac105f395e Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Sun, 18 Feb 2018 20:20:56 +0000 Subject: [PATCH] disable-configuration-warnings Gbp-Pq: Name 03-disable-configuration-warnings.patch --- cmdutils.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 8076dde..e20ef76 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -765,7 +765,9 @@ void print_error(const char *filename, int err) av_log(NULL, AV_LOG_ERROR, "%s: %s\n", filename, errbuf_ptr); } -static int warned_cfg = 0; +// Debian/Ubuntu: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619530 +// https://launchpad.net/bugs/765357 +static int warned_cfg = 1; #define INDENT 1 #define SHOW_VERSION 2 -- 2.30.2