]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/blame - 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
CommitLineData
70c5ed0c
JR
1diff -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 1.100888 seconds and 4 git commands to generate.