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