]> git.sesse.net Git - ffmpeg/commitdiff
configure: fix - vs _ error
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Apr 2012 22:59:22 +0000 (00:59 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 8 Apr 2012 07:43:38 +0000 (09:43 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
configure

index 14b16df86b1fe0b7a7a3cbc15e7a18fb704b3fc5..5ff5292d2f10245c8830dd4982f70a1390d4d7b0 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.