summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-ffmpeg-ebp-r1.patch
blob: 20ded611e0a945c57bb3e81f18a20ec546482121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
https://bugs.chromium.org/p/chromium/issues/detail?id=796379
https://bugs.gentoo.org/656902

--- a/third_party/ffmpeg/BUILD.gn
+++ b/third_party/ffmpeg/BUILD.gn
@@ -239,11 +239,7 @@
   # Windows builds can't compile without EBP because we can't omit frame
   # pointers like we do on posix.
   if (target_cpu == "x86") {
-    if (using_sanitizer || is_win) {
-      defines += [ "HAVE_EBP_AVAILABLE=0" ]
-    } else {
-      defines += [ "HAVE_EBP_AVAILABLE=1" ]
-    }
+    defines += [ "HAVE_EBP_AVAILABLE=0" ]
   }
 
   if (is_posix || is_fuchsia) {