Add bswap check, needed for FFmpeg.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28406 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-01-31 22:34:52 +00:00
parent 693c550d05
commit c98fd985c2
1 changed files with 7 additions and 0 deletions

7
configure vendored
View File

@ -2495,6 +2495,12 @@ else
_have_yasm="no"
echores "no"
fi
echocheck "bswap"
def_bswap='#define HAVE_BSWAP 0'
echo 'bswap %eax' > $TMPS
$_as $TMPS -o $TMPEXE > /dev/null 2>&1 && def_bswap='#define HAVE_BSWAP 1' && bswap=yes || bswap=no
echores "$bswap"
fi #if x86
@ -8577,6 +8583,7 @@ $_def_libswscale
$_def_libswscale_a
$_def_libswscale_so
$def_bswap
$_def_dcbzl
$def_fast_64bit
$_def_fast_unaligned