mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
checking compiler output was a bad idea, revert to checking exit status
Originally committed as revision 5884 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
28f1280820
commit
9b4f605ccf
2
configure
vendored
2
configure
vendored
@ -214,7 +214,7 @@ add_extralibs(){
|
||||
}
|
||||
|
||||
check_cmd(){
|
||||
"$@" 2>&1 | tee -a $logfile | { ! grep -E -q -v '#warning|^In file'; }
|
||||
"$@" >>$logfile 2>&1
|
||||
}
|
||||
|
||||
check_cc(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user