configure: use the user specified valgrind excutable for massif

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-05-19 11:24:15 +02:00
parent f51263e6fe
commit 1de28cb7e4
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2516,7 +2516,7 @@ case "$toolchain" in
add_ldflags -fsanitize=thread -pie add_ldflags -fsanitize=thread -pie
;; ;;
valgrind-massif) valgrind-massif)
target_exec_default="valgrind" target_exec_default=${valgrind:-"valgrind"}
target_exec_args="--tool=massif --alloc-fn=av_malloc --alloc-fn=av_mallocz" target_exec_args="--tool=massif --alloc-fn=av_malloc --alloc-fn=av_mallocz"
;; ;;
valgrind-memcheck) valgrind-memcheck)