mirror of
https://github.com/mpv-player/mpv
synced 2025-05-05 17:50:45 +00:00
Fix .align is a power of two check.
hint by Philippe, phildev at mac com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19528 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2ddfdc85b3
commit
60bebad4d2
2
configure
vendored
2
configure
vendored
@ -2235,7 +2235,7 @@ echocheck ".align is a power of two"
|
|||||||
if test "$_asmalign_pot" = auto ; then
|
if test "$_asmalign_pot" = auto ; then
|
||||||
_asmalign_pot=no
|
_asmalign_pot=no
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
asm (".align 3");
|
main() { asm (".align 3"); }
|
||||||
EOF
|
EOF
|
||||||
cc_check && _asmalign_pot=yes
|
cc_check && _asmalign_pot=yes
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user