mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 04:17:06 +08:00
configure: check_func_headers should mark headers as found
Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -602,7 +602,7 @@ check_func_headers(){
|
|||||||
incs="$incs
|
incs="$incs
|
||||||
#include <$hdr>"
|
#include <$hdr>"
|
||||||
done
|
done
|
||||||
check_ld "$@" <<EOF && enable $func
|
check_ld "$@" <<EOF && enable $func && enable_safe $headers
|
||||||
$incs
|
$incs
|
||||||
int main(int argc, char **argv){
|
int main(int argc, char **argv){
|
||||||
(void) $func;
|
(void) $func;
|
||||||
|
Reference in New Issue
Block a user