indentation

Originally committed as revision 5447 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-06-01 23:43:09 +00:00
parent 1ea46bed23
commit f25fc9b197

4
configure vendored
View File

@ -995,7 +995,6 @@ fi
fi
if test -z "$cross_prefix" ; then
# ---
# big/little-endian test
check_ld <<EOF
@ -1011,14 +1010,11 @@ if test $? = 0 ; then
else
echo big/little test failed
fi
else
# programs cannot be launched if cross compiling, so make a static guess
if test "$cpu" = "powerpc" -o "$cpu" = "mips" ; then
bigendian="yes"
fi
fi
# ---