From 0cec4f5c7a131a2e5be42bf5fb2582e099831fe1 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 11 Jan 2009 15:31:53 +0000 Subject: cosmetics: Move CPU byte order check to a more sensible place. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28300 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 54 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) (limited to 'configure') diff --git a/configure b/configure index edcb679fa6..bde547c180 100755 --- a/configure +++ b/configure @@ -2289,6 +2289,34 @@ if test "$_runtime_cpudetection" = yes ; then fi +# endian testing +echocheck "byte order" +if test "$_big_endian" = auto ; then + cat > $TMPC < $TMPC << EOF int ff_extern; @@ -7449,32 +7477,6 @@ else fi echores "$_vstream" -# endian testing -echocheck "byte order" -if test "$_big_endian" = auto ; then - cat > $TMPC <