2018-03-23 00:53:56 +01:00
|
|
|
--- third_party/ffmpeg/BUILD.gn.orig
|
|
|
|
+++ third_party/ffmpeg/BUILD.gn
|
2018-09-10 19:54:34 +02:00
|
|
|
@@ -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
|
|
|
|
2018-09-10 19:54:34 +02:00
|
|
|
if (is_posix || is_fuchsia) {
|
|
|
|
|