This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: fix valgrind-memcheck arguments
They now match the --valgrind arguments Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer
12 years ago
parent
4451be5ce1
commit
86c9cf643b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -2506,7 +2506,7 @@ case "$toolchain" in
;;
valgrind-memcheck)
target_exec_default="valgrind"
target_exec_args="--track-origins=yes --leak-check=full"
target_exec_args="--
error-exitcode=1 --malloc-fill=0x2a --
track-origins=yes --leak-check=full
--gen-suppressions=all --suppressions=$source_path/tests/fate-valgrind.supp
"
;;
msvc)
cc_default="c99wrap cl"
Write
Preview
Loading…
Cancel
Save