Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > tainted-updates-src > by-pkgid > 4eb324a2a4460275fcf246e252c1f08b > files > 4

chromium-browser-stable-125.0.6422.76-1.mga9.tainted.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.