Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
b3cb5d51
Commit
b3cb5d51
authored
Aug 03, 2006
by
Måns Rullgård
Browse files
simplify command logging
Originally committed as revision 5925 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f5c85943
Changes
1
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