[FFmpeg-cvslog] configure: Do not add omit-frame-pointer for ossfuzz
Michael Niedermayer
git at videolan.org
Thu May 4 15:31:43 EEST 2017
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu May 4 13:56:40 2017 +0200| [92f4a4bf29d730d853bbcb2d229b1695df5a1892] | committer: Michael Niedermayer
configure: Do not add omit-frame-pointer for ossfuzz
ossfuzz works better without it
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92f4a4bf29d730d853bbcb2d229b1695df5a1892
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 695356a349..804b0ce347 100755
--- a/configure
+++ b/configure
@@ -5175,7 +5175,7 @@ EOF
exit 1
fi
-disabled optimizations || check_cflags -fomit-frame-pointer
+disabled optimizations || enabled ossfuzz || check_cflags -fomit-frame-pointer
enable_weak_pic() {
disabled pic && return
More information about the ffmpeg-cvslog
mailing list