提交 fcfcde17 编写于 作者: M Måns Rullgård

revert last change, it breaks on brain damaged distros

Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 a2e25446
......@@ -443,7 +443,11 @@ check_lib(){
header="$1"
func="$2"
shift 2
check_header $header && check_func $func "$@" && add_extralibs "$@"
temp_extralibs "$@"
check_header $header && check_func $func && add_extralibs "$@"
err=$?
restore_flags
return $err
}
check_exec(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册