mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-29 10:12:39 +08:00
configure: display --list-* output in three columns
Originally committed as revision 21349 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -1488,7 +1488,7 @@ die_unknown(){
|
||||
show_list() {
|
||||
suffix=_$1
|
||||
shift
|
||||
echo $* | sed s/$suffix//g | tr ' ' '\n' | sort
|
||||
echo $* | sed s/$suffix//g | tr ' ' '\n' | sort | pr -3 -t
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user