[FFmpeg-cvslog] configure: fix valgrind-massif to actually work

Michael Niedermayer git at videolan.org
Sun May 19 11:44:42 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 19 11:23:28 2013 +0200| [f51263e6fe29c6b07b824cb4c703f1341edc4da5] | committer: Michael Niedermayer

configure: fix valgrind-massif to actually work

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f51263e6fe29c6b07b824cb4c703f1341edc4da5
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 16d5fd3..9d6ce4f 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"}



More information about the ffmpeg-cvslog mailing list