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
bf0c4afa
Commit
bf0c4afa
authored
Nov 04, 2007
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Speed up show_list
Originally committed as revision 10920 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1b1656c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
configure
configure
+5
-5
No files found.
configure
View file @
bf0c4afa
...
@@ -936,9 +936,9 @@ die_unknown(){
...
@@ -936,9 +936,9 @@ die_unknown(){
}
}
show_list
()
{
show_list
()
{
for
part
in
$*
;
do
suffix
=
_
$1
echo
$part
|
sed
's/_[^_]*$//'
shift
done
|
sort
echo
$*
|
sed
s/
$suffix
//g |
tr
' '
'\n'
|
sort
exit
0
exit
0
}
}
...
@@ -1016,8 +1016,8 @@ for opt do
...
@@ -1016,8 +1016,8 @@ for opt do
--list-
*
)
--list-
*
)
NAME
=
"
${
opt
#--list-
}
"
NAME
=
"
${
opt
#--list-
}
"
is_in
$NAME
$COMPONENT_LIST
||
die_unknown
$opt
is_in
$NAME
$COMPONENT_LIST
||
die_unknown
$opt
NAME
=
$
(
toupper
${
NAME
%s
})
NAME
=
$
{
NAME
%s
}
eval
show_list
\$
${
NAME
}
_LIST
eval
show_list
$NAME
\$
$(
toupper
$NAME
)
_LIST
;;
;;
--help
|
-h
)
show_help
--help
|
-h
)
show_help
;;
;;
...
...
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