projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8182dc3
)
configure: display --list-* output in three columns
author
Måns Rullgård
<mans@mansr.com>
Wed, 20 Jan 2010 14:02:58 +0000
(14:02 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Wed, 20 Jan 2010 14:02:58 +0000
(14:02 +0000)
Originally committed as revision 21349 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
6edfe57
..
e3f109b
100755
(executable)
--- 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
}