[FFmpeg-cvslog] r14330 - trunk/configure
stefano
subversion
Mon Jul 21 23:32:46 CEST 2008
Author: stefano
Date: Mon Jul 21 23:32:46 2008
New Revision: 14330
Log:
Make configure --help document the --enable-debug option.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Jul 21 23:32:46 2008
@@ -178,6 +178,7 @@ show_help(){
echo
echo "Developer options (useful when working on FFmpeg itself):"
echo " --disable-debug disable debugging symbols"
+ echo " --enable-debug=LEVEL set the debug level [$debuglevel]"
echo " --enable-gprof enable profiling with gprof [$gprof]"
echo " --disable-optimizations disable compiler optimizations"
echo " --enable-extra-warnings enable more compiler warnings"
More information about the ffmpeg-cvslog
mailing list