summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-21 20:40:25 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-21 20:40:25 +0000
commit9c56a1f9f4e2cce244d85098cf40bca70ca478f0 (patch)
tree207c85679baf0444134e67a2a37289d12842b107 /configure
parent9f5c1037b1e2c8dd28cf6bae41f408f10f9275bf (diff)
Move --disable-debug to a better place within configure help output.
Originally committed as revision 14327 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 074b3ab844..5ee31a251c 100755
--- a/configure
+++ b/configure
@@ -135,7 +135,6 @@ show_help(){
echo " --disable-zlib disable zlib [default=no]"
echo " --disable-bzlib disable bzlib [default=no]"
echo " --disable-vhook disable video hooking support"
- echo " --disable-debug disable debugging symbols"
echo " --disable-mpegaudio-hp faster (but less accurate)"
echo " MPEG audio decoding [default=no]"
echo " --enable-gray enable full grayscale support (slower color)"
@@ -178,6 +177,7 @@ show_help(){
echo " --list-outdevs show all available output devices"
echo
echo "Developer options (useful when working on FFmpeg itself):"
+ echo " --disable-debug disable debugging symbols"
echo " --enable-gprof enable profiling with gprof [$gprof]"
echo " --disable-optimizations disable compiler optimizations"
echo " --enable-extra-warnings enable more compiler warnings"