From f41cd333d49f6471a59ff1eb5ca9cf5738978720 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Wed, 2 Mar 2016 22:22: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