Commit 9b4f605c authored by Måns Rullgård's avatar Måns Rullgård

checking compiler output was a bad idea, revert to checking exit status

Originally committed as revision 5884 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 28f12808
......@@ -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(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment