configure: fix valgrind-massif to actually work

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

2
configure vendored
View File

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