Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 9a0c97e157628032f0afa0960d1f3cb2 > files > 21

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

--- patch/media/BUILD.gn	2022-09-01 22:34:26.690779700 +0200
+++ patch/media/BUILD.gn.remove-chromium-branding	2022-09-05 12:14:21.873885176 +0200
@@ -64,12 +64,6 @@ buildflag_header("media_buildflags") {
   }
 }
 
-if (proprietary_codecs && media_use_ffmpeg) {
-  assert(
-      ffmpeg_branding != "Chromium",
-      "proprietary codecs and ffmpeg_branding set to Chromium are incompatible")
-}
-
 # Common configuration for targets in the media directory; these must not be
 # exported since things like USE_NEON and USE_CRAS have different meanings
 # elsewhere in the code base.