disable-configuration-warnings
authorDebian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Mon, 16 Oct 2017 15:22:05 +0000 (16:22 +0100)
committerHugo Lefeuvre <hle@debian.org>
Mon, 16 Oct 2017 15:22:05 +0000 (16:22 +0100)
Gbp-Pq: Name 03-disable-configuration-warnings.patch

cmdutils.c

index 376d97681fa6ae732d73fd73ac8cc6c657616cd2..a70a50613c785b37157c9f4285873813cc53582c 100644 (file)
@@ -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