Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > a9b1d67ad041f7d57d9131842bd45d4c > files > 10

chromium-browser-stable-55.0.2883.87-1.mga5.src.rpm

--- chromium-53.0.2785.46/build/linux/unbundle/ffmpeg.gn.ffmpeg-deprecation	2016-08-05 00:05:10.000000000 +0200
+++ chromium-53.0.2785.46/build/linux/unbundle/ffmpeg.gn	2016-08-09 21:22:45.143683293 +0200
@@ -13,6 +13,12 @@
   ]
 }
 
+config("ffmpeg_deprecations") {
+  if (is_linux) {
+    cflags = [ "-Wno-error=deprecated-declarations" ]
+  }
+}
+
 shim_headers("ffmpeg_shim") {
   root_path = "."
   headers = [
@@ -26,5 +32,5 @@
   deps = [
     ":ffmpeg_shim",
   ]
-  public_configs = [ ":system_ffmpeg" ]
+  public_configs = [ ":system_ffmpeg", ":ffmpeg_deprecations" ]
 }