mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-14 01:13:33 +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() {
|
show_list() {
|
||||||
suffix=_$1
|
suffix=_$1
|
||||||
shift
|
shift
|
||||||
echo $* | sed s/$suffix//g | tr ' ' '\n' | sort
|
echo $* | sed s/$suffix//g | tr ' ' '\n' | sort | pr -3 -t
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user