Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-19 12:53:39 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-19 12:53:39 +0400
commitfa6001e7281d2bcc09c5f2eb66263ddc56f10799 (patch)
tree056be667bbcd67f4d813b775370d9aa046acd075 /doc/developer.texi
parent3e3514bce269f54b44773c72df3a12cbf4d8aa5b (diff)
parent8e673efc6f5b7a095557664660305148f2788d30 (diff)
Merge commit '8e673efc6f5b7a095557664660305148f2788d30'
* commit '8e673efc6f5b7a095557664660305148f2788d30': prores: update FATE test to account for alpha plane present in the test sample configure: Add basic valgrind-massif support Conflicts: tests/fate/prores.mak tests/ref/fate/prores-alpha Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 90885eeaaa..cc99296ed0 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -608,9 +608,10 @@ new test.
The configure script provides a shortcut for using valgrind to spot bugs
related to memory handling. Just add the option
-@code{--toolchain=valgrind-memcheck} to your configure line, and
-reasonable defaults will be set for running FATE under the supervision
-of the @strong{memcheck} tool of the valgrind suite.
+@code{--toolchain=valgrind-memcheck} or @code{--toolchain=valgrind-massif}
+to your configure line, and reasonable defaults will be set for running
+FATE under the supervision of either the @strong{memcheck} or the
+@strong{massif} tool of the valgrind suite.
In case you need finer control over how valgrind is invoked, use the
@code{--target-exec='valgrind <your_custom_valgrind_options>} option in