]> git.sesse.net Git - ffmpeg/blobdiff - doc/developer.texi
doc/filters: fix wording of color option in testsrc filters.
[ffmpeg] / doc / developer.texi
index 90885eeaaa8d4f66bddd8b041765cf13e25bf76b..cc99296ed03b53bff4a3bb66ae37c46367100ad7 100644 (file)
@@ -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