17 lines
508 B
Diff
17 lines
508 B
Diff
--- 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" ]
|
|
}
|
|
|
|
if (is_posix || is_fuchsia) {
|
|
|