diff -Naur a/src/3rdparty/chromium/media/BUILD.gn b/src/3rdparty/chromium/media/BUILD.gn --- a/src/3rdparty/chromium/media/BUILD.gn 2024-09-20 01:47:34.000000000 +0600 +++ b/src/3rdparty/chromium/media/BUILD.gn 2024-10-03 11:48:07.473961019 +0600 @@ -77,11 +77,11 @@ } } -if (proprietary_codecs && media_use_ffmpeg) { - assert( - ffmpeg_branding != "Chromium", - "proprietary codecs and ffmpeg_branding set to Chromium are incompatible") -} +#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