35c60c8
diff -up chromium-107.0.5304.121/media/BUILD.gn.me chromium-107.0.5304.121/media/BUILD.gn
35c60c8
--- chromium-107.0.5304.121/media/BUILD.gn.me	2022-12-17 12:35:44.546779129 +0100
35c60c8
+++ chromium-107.0.5304.121/media/BUILD.gn	2022-12-17 12:35:59.296047028 +0100
35c60c8
@@ -64,12 +64,6 @@ buildflag_header("media_buildflags") {
35c60c8
   }
35c60c8
 }
35c60c8
 
35c60c8
-if (proprietary_codecs && media_use_ffmpeg) {
35c60c8
-  assert(
35c60c8
-      ffmpeg_branding != "Chromium",
35c60c8
-      "proprietary codecs and ffmpeg_branding set to Chromium are incompatible")
35c60c8
-}
35c60c8
-
35c60c8
 # Common configuration for targets in the media directory; these must not be
35c60c8
 # exported since things like USE_NEON and USE_CRAS have different meanings
35c60c8
 # elsewhere in the code base.