summaryrefslogtreecommitdiff
path: root/chromium-prop-codecs.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-09-25 09:55:25 +0000
committerCoprDistGit <infra@openeuler.org>2024-09-25 09:55:25 +0000
commit8fe37c454512853c40108c2c0d19c2d39d15af19 (patch)
treeaefee73b38da5be91c6d7b3a2e1ba13848f41938 /chromium-prop-codecs.patch
parent0dc651d979e28d3c6b3e380b056741946893de1d (diff)
automatic import of chromiumopeneuler20.03
Diffstat (limited to 'chromium-prop-codecs.patch')
-rw-r--r--chromium-prop-codecs.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/chromium-prop-codecs.patch b/chromium-prop-codecs.patch
new file mode 100644
index 0000000..09e2119
--- /dev/null
+++ b/chromium-prop-codecs.patch
@@ -0,0 +1,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.