diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-08 00:59:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-08 09:43:38 +0200 |
commit | 352a67e6f8fa85a6d87912dac017cd1efb4e0399 (patch) | |
tree | 73b6d85c631257f8f23e38e79caf81b128158c5f /configure | |
parent | 58c25724b7f921fdf3657fcb011b3bb3b7b353d4 (diff) | |
download | ffmpeg-352a67e6f8fa85a6d87912dac017cd1efb4e0399.tar.gz |
configure: fix - vs _ error
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -277,7 +277,7 @@ Developer options (useful when working on FFmpeg itself): --disable-optimizations disable compiler optimizations --enable-extra-warnings enable more compiler warnings --disable-stripping disable stripping of executables and shared libraries - --assert_level=level 0(default), 1 or 2, amount of assertion testing, + --assert-level=level 0(default), 1 or 2, amount of assertion testing, 2 causes a slowdown at runtime. --valgrind=VALGRIND run "make fate" tests through valgrind to detect memory leaks and errors, using the specified valgrind binary. |