Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-01-20 17:02:58 +0300
committerMåns Rullgård <mans@mansr.com>2010-01-20 17:02:58 +0300
commit2b444ea723cd63aad26200151c8bc6c99bab13c7 (patch)
tree078f4472cada1bb87270e7d8c9f55ece3edb9019 /configure
parent8182dc34b336b5e4f260107f84286ecfdf4f127f (diff)
configure: display --list-* output in three columns
Originally committed as revision 21349 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 6edfe570f0..e3f109b06c 100755
--- a/configure
+++ b/configure
@@ -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
}