[FFmpeg-cvslog] configure: set valgrind-memcheck toolchain when --valgrind is specified
Michael Niedermayer
git at videolan.org
Sun May 5 16:27:51 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 5 16:21:57 2013 +0200| [54021aea57049a2e8e43886e6081ec3690d22fb5] | committer: Michael Niedermayer
configure: set valgrind-memcheck toolchain when --valgrind is specified
This avoids duplicating the default command line arguments
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54021aea57049a2e8e43886e6081ec3690d22fb5
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 330a3b7..ca30d90 100755
--- a/configure
+++ b/configure
@@ -2493,6 +2493,8 @@ strip_default="${cross_prefix}${strip_default}"
sysinclude_default="${sysroot}/usr/include"
+test -n "$valgrind" && toolchain="valgrind-memcheck"
+
case "$toolchain" in
clang-asan)
cc_default="clang"
@@ -4166,7 +4168,6 @@ enabled vdpau &&
disabled iconv || check_func_headers iconv.h iconv || check_lib2 iconv.h iconv -liconv || disable iconv
enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
-test -n "$valgrind" && target_exec="$valgrind --error-exitcode=1 --malloc-fill=0x2a --track-origins=yes --leak-check=full --gen-suppressions=all --suppressions=$source_path/tests/fate-valgrind.supp"
# add some useful compiler flags if supported
check_cflags -Wdeclaration-after-statement
More information about the ffmpeg-cvslog
mailing list