mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
try to stop people blindly using --cross-compile
Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0ec6065a34
commit
c7ae634596
1
configure
vendored
1
configure
vendored
@ -1140,6 +1140,7 @@ if test "$?" != 0; then
|
|||||||
echo "$cc is unable to create an executable file."
|
echo "$cc is unable to create an executable file."
|
||||||
if test -z "$cross_prefix" -a "$cross_compile" = no; then
|
if test -z "$cross_prefix" -a "$cross_compile" = no; then
|
||||||
echo "If $cc is a cross-compiler, use the --cross-compile option."
|
echo "If $cc is a cross-compiler, use the --cross-compile option."
|
||||||
|
echo "Only do this if you know what cross compiling means."
|
||||||
fi
|
fi
|
||||||
die "C compiler test failed."
|
die "C compiler test failed."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user