indentation
Originally committed as revision 5447 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -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
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
Reference in New Issue
Block a user