[FFmpeg-cvslog] configure: use the user specified valgrind excutable for massif

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


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 19 11:24:15 2013 +0200| [1de28cb7e49b90de2b5156de4508d38cd1252587] | committer: Michael Niedermayer

configure: use the user specified valgrind excutable for massif

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

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

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

diff --git a/configure b/configure
index 9d6ce4f..6fe7945 100755
--- a/configure
+++ b/configure
@@ -2516,7 +2516,7 @@ case "$toolchain" in
         add_ldflags -fsanitize=thread -pie
     ;;
     valgrind-massif)
-        target_exec_default="valgrind"
+        target_exec_default=${valgrind:-"valgrind"}
         target_exec_args="--tool=massif --alloc-fn=av_malloc --alloc-fn=av_mallocz"
     ;;
     valgrind-memcheck)



More information about the ffmpeg-cvslog mailing list