mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 10:15:22 +00:00
Move --disable-debug to a better place within configure help output.
Originally committed as revision 14327 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9f5c1037b1
commit
9c56a1f9f4
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user