mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
revert last change, it breaks on brain damaged distros
Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a2e25446e7
commit
fcfcde1769
6
configure
vendored
6
configure
vendored
@ -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(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user