We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6599e9 commit 3ba3abbCopy full SHA for 3ba3abb
patch/patches/ffmpeg.patch
@@ -1,8 +1,17 @@
1
diff --git a/BUILD.gn b/BUILD.gn
2
-index b82808b973..f8924f9e39 100755
+index 01535c488b..180c1a7769 100755
3
--- BUILD.gn
4
+++ BUILD.gn
5
-@@ -415,6 +415,12 @@ if (is_component_ffmpeg) {
+@@ -247,7 +247,7 @@ target(link_target_type, "ffmpeg_internal") {
6
+ # On POSIX x86, sanitizers will fail to compiler the H264 CABAC code due to
7
+ # insufficient registers unless we disable EBP usage. crbug.com/786760
8
+ if (target_cpu == "x86") {
9
+- if (using_sanitizer) {
10
++ if (true) {
11
+ defines += [ "HAVE_EBP_AVAILABLE=0" ]
12
+ } else {
13
+ defines += [ "HAVE_EBP_AVAILABLE=1" ]
14
+@@ -393,6 +393,12 @@ if (is_component_ffmpeg) {
15
# So we can append below and assume they're defined.
16
ldflags = []
17
0 commit comments