mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-slava86.git
synced 2025-02-24 16:02:56 +00:00
18 lines
553 B
Diff
18 lines
553 B
Diff
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) {
|