From 352a67e6f8fa85a6d87912dac017cd1efb4e0399 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 8 Apr 2012 00:59:22 +0200 Subject: [PATCH] configure: fix - vs _ error Signed-off-by: Michael Niedermayer --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 14b16df86b..5ff5292d2f 100755 --- 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.