Commit 3b85b3c1 authored by mru's avatar mru

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5884 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0862a768
...@@ -214,7 +214,7 @@ add_extralibs(){ ...@@ -214,7 +214,7 @@ add_extralibs(){
} }
check_cmd(){ check_cmd(){
"$@" 2>&1 | tee -a $logfile | { ! grep -E -q -v '#warning|^In file'; } "$@" >>$logfile 2>&1
} }
check_cc(){ 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