From 405edb45196996a10ca52f85457bbc051247850c Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Sat, 21 Oct 2017 14:08:38 +0100 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 7fa7179..80aa229 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