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
b3cb5d51
Commit
b3cb5d51
authored
Aug 03, 2006
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify command logging
Originally committed as revision 5925 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f5c85943
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
configure
configure
+1
-3
No files found.
configure
View file @
b3cb5d51
...
...
@@ -214,6 +214,7 @@ add_extralibs(){
}
check_cmd
(){
log
"
$@
"
"
$@
"
>>
$logfile
2>&1
}
...
...
@@ -221,7 +222,6 @@ check_cc(){
log check_cc
"
$@
"
cat
>
$TMPC
log_file
$TMPC
log
$cc
$CFLAGS
"
$@
"
-c
-o
$TMPO
$TMPC
check_cmd
$cc
$CFLAGS
"
$@
"
-c
-o
$TMPO
$TMPC
}
...
...
@@ -229,14 +229,12 @@ check_cpp(){
log check_cpp
"
$@
"
cat
>
$TMPC
log_file
$TMPC
log
$cc
$CFLAGS
"
$@
"
-E
-o
$TMPO
$TMPC
check_cmd
$cc
$CFLAGS
"
$@
"
-E
-o
$TMPO
$TMPC
}
check_ld
(){
log check_ld
"
$@
"
check_cc
||
return
log
$cc
$LDFLAGS
"
$@
"
-o
$TMPE
$TMPO
$extralibs
check_cmd
$cc
$LDFLAGS
"
$@
"
-o
$TMPE
$TMPO
$extralibs
}
...
...
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