Skip to content
Snippets Groups Projects
Commit fcfcde17 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

revert last change, it breaks on brain damaged distros

Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a2e25446
No related branches found
No related tags found
No related merge requests found
...@@ -443,7 +443,11 @@ check_lib(){ ...@@ -443,7 +443,11 @@ check_lib(){
header="$1" header="$1"
func="$2" func="$2"
shift 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(){ check_exec(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment