Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 892c2a99310cc8e4a9df22541a46aeb2 > files > 8

chromium-browser-stable-88.0.4324.182-1.mga8.src.rpm

--- chromium-60.0.3112.40/build/linux/unbundle/ffmpeg.gn.ffmpeg-deprecation	2017-06-25 13:24:47.390218631 +0200
+++ chromium-60.0.3112.40/build/linux/unbundle/ffmpeg.gn	2017-06-25 13:32:48.528583949 +0200
@@ -19,6 +19,12 @@
   flags = [ "USE_SYSTEM_FFMPEG=true" ]
 }
 
+config("ffmpeg_deprecations") {
+  if (is_linux) {
+    cflags = [ "-Wno-error=deprecated-declarations" ]
+  }
+}
+
 shim_headers("ffmpeg_shim") {
   root_path = "."
   headers = [
@@ -33,5 +39,5 @@
     ":ffmpeg_features",
     ":ffmpeg_shim",
   ]
-  public_configs = [ ":system_ffmpeg" ]
+  public_configs = [ ":system_ffmpeg", ":ffmpeg_deprecations" ]
 }