mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
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:
parent
693c550d05
commit
c98fd985c2
7
configure
vendored
7
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user