]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/blob - chromium-107-proprietary-codecs.patch
- patches from chromium and archlinux to get qtwebengine to build with ffmpeg 5+
[packages/qt5-qtwebengine.git] / chromium-107-proprietary-codecs.patch
1 diff -up chromium-107.0.5304.121/media/BUILD.gn.me chromium-107.0.5304.121/media/BUILD.gn
2 --- chromium-107.0.5304.121/media/BUILD.gn.me   2022-12-17 12:35:44.546779129 +0100
3 +++ chromium-107.0.5304.121/media/BUILD.gn      2022-12-17 12:35:59.296047028 +0100
4 @@ -64,12 +64,6 @@ buildflag_header("media_buildflags") {
5    ]
6  }
7  
8 -if (proprietary_codecs && media_use_ffmpeg) {
9 -  assert(
10 -      ffmpeg_branding != "Chromium",
11 -      "proprietary codecs and ffmpeg_branding set to Chromium are incompatible")
12 -}
13 -
14  # Common configuration for targets in the media directory; these must not be
15  # exported since things like USE_NEON and USE_CRAS have different meanings
16  # elsewhere in the code base.
This page took 0.151816 seconds and 4 git commands to generate.