Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
7432e872
Commit
7432e872
authored
Feb 21, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Add print_3_columns helper function and use where appropriate
parent
040c565e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
configure
configure
+6
-2
No files found.
configure
View file @
7432e872
...
...
@@ -1965,10 +1965,14 @@ die_unknown(){
exit
1
}
print_3_columns
()
{
cat
|
tr
' '
'\n'
|
sort
|
pr
-r
-3
-t
}
show_list
()
{
suffix
=
_
$1
shift
echo
$*
|
sed
s/
$suffix
//g |
tr
' '
'\n'
|
sort
|
pr
-3
-t
echo
$*
|
sed
s/
$suffix
//g |
print_3_columns
exit
0
}
...
...
@@ -3841,7 +3845,7 @@ echo
for
type
in
decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev
;
do
echo
"Enabled
${
type
}
s:"
eval
list
=
\$
$(
toupper
$type
)
_LIST
print_enabled
'_*'
$list
|
sort
|
pr
-r
-3
-t
print_enabled
'_*'
$list
|
print_3_columns
echo
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment