void-packages/srcpkgs/chromium/patches/ffmpeg-i686.patch

17 lines
508 B
Diff
Raw Normal View History

2018-03-23 00:53:56 +01:00
--- third_party/ffmpeg/BUILD.gn.orig
+++ third_party/ffmpeg/BUILD.gn
@@ -239,11 +239,7 @@ target(link_target_type, "ffmpeg_internal") {
# 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" ]
}
2018-03-23 00:53:56 +01:00
if (is_posix || is_fuchsia) {