summaryrefslogtreecommitdiff
path: root/chromium-prop-codecs.patch
blob: 09e2119810c94eba3733d16b787b0f2d09e54a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: chromium-106.0.5249.91/media/BUILD.gn
===================================================================
--- chromium-106.0.5249.91.orig/media/BUILD.gn
+++ chromium-106.0.5249.91/media/BUILD.gn
@@ -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.