summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-19 11:23:28 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-19 11:23:28 +0200
commitf51263e6fe29c6b07b824cb4c703f1341edc4da5 (patch)
tree761d676cc9619dfffea7d7ca6c3835376956c4a5 /configure
parent73920ac57340e18f97f93298315854efc3137281 (diff)
configure: fix valgrind-massif to actually work
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 16d5fd32fb..9d6ce4f58a 100755
--- a/configure
+++ b/configure
@@ -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"}