disable-configuration-warnings
authorDebian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Sat, 24 Sep 2016 13:23:39 +0000 (13:23 +0000)
committerSebastian Ramacher <sramacher@debian.org>
Sat, 24 Sep 2016 13:23:39 +0000 (13:23 +0000)
Gbp-Pq: Name 03-disable-configuration-warnings.patch

cmdutils.c

index 07ae5d97dfc84f4310f2481d88fa660b48fe090f..c0b81f2bfebf14cbd75b42db727041ac00cddebe 100644 (file)
@@ -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