You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: more properly disable header when check_header_oc() fails
This should make no difference currently Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -947,6 +947,7 @@ check_header_oc(){
|
|||||||
log check_header_oc "$@"
|
log check_header_oc "$@"
|
||||||
header=$1
|
header=$1
|
||||||
shift
|
shift
|
||||||
|
disable_safe $header
|
||||||
{
|
{
|
||||||
echo "#include <$header>"
|
echo "#include <$header>"
|
||||||
echo "int main(void) { return 0; }"
|
echo "int main(void) { return 0; }"
|
||||||
|
Reference in New Issue
Block a user