Commit 54f40b76 authored by diego's avatar diego

Move --disable-debug to a better place within configure help output.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14327 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b63fae68
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment