提交 9b4f605c 编写于 作者: M 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
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册