From 3e0171ac7a8fb91801efdfafe96952814d3961e7 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Mon, 21 Jan 2019 14:30:50 +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