mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-24 17:12:34 +02:00
zlib detection fix by (Gildas Bazin <gbazin altern org<)
Originally committed as revision 4048 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
15b34f6386
commit
e27ca59b0e
2
configure
vendored
2
configure
vendored
@ -854,7 +854,7 @@ if (zlibVersion() != ZLIB_VERSION)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
$cc $CFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
|
$cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
|
||||||
# $TMPE 2> /dev/null > /dev/null || zlib="no"
|
# $TMPE 2> /dev/null > /dev/null || zlib="no"
|
||||||
# XXX: more tests needed - runtime test
|
# XXX: more tests needed - runtime test
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user