From 9f53ec81bea73257b509a1b2b722c99ab7761571 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Mon, 16 Jan 2017 21:09:59 +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 376d976..a70a506 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -462,7 +462,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