You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: fix valgrind-massif to actually work
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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"}
|
||||
|
Reference in New Issue
Block a user