Commit fcfcde17 authored by Måns Rullgård's avatar 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
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment