Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > 50b683d450775ca84ad6748bcc4c81af > files > 10

chromium-browser-stable-57.0.2987.133-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" ]
 }