[MPlayer-users] configure script error[trunk version]

0 views
Skip to first unread message

WilD FlY

unread,
Mar 1, 2011, 10:08:12 PM3/1/11
to mplaye...@mplayerhq.hu
Good day !

Please fix following problem (cut from configure script):
--------------- current -- line 2891 -------------------
echocheck "ARMv6t2 (SIMD instructions)"
if test $_armv6t2 = "auto" ; then
_armv6t2=no
inline_asm_check '"movt r0, #0"' && _armv6t2=yes
fi
echores "$_armv6"
-------------- correct version -----------------------
echocheck "ARMv6t2 (SIMD instructions)"
if test $_armv6t2 = "auto" ; then
_armv6t2=no
inline_asm_check '"movt r0, #0"' && _armv6t2=yes
fi
echores "$_armv6t2"
I spent half of hour trying to understand how my ARM CPU can support both
set of instructions. Thanks.
_______________________________________________
MPlayer-users mailing list
MPlaye...@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users

Reimar Döffinger

unread,
Mar 2, 2011, 2:55:04 AM3/2/11
to MPlayer usage questions, feature requests, bug reports
On Wed, Mar 02, 2011 at 05:08:12AM +0200, WilD FlY wrote:
> Good day !
>
> Please fix following problem (cut from configure script):
> --------------- current -- line 2891 -------------------
> echocheck "ARMv6t2 (SIMD instructions)"
> if test $_armv6t2 = "auto" ; then
> _armv6t2=no
> inline_asm_check '"movt r0, #0"' && _armv6t2=yes
> fi
> echores "$_armv6"
> -------------- correct version -----------------------
> echocheck "ARMv6t2 (SIMD instructions)"
> if test $_armv6t2 = "auto" ; then
> _armv6t2=no
> inline_asm_check '"movt r0, #0"' && _armv6t2=yes
> fi
> echores "$_armv6t2"
> I spent half of hour trying to understand how my ARM CPU can support both
> set of instructions. Thanks.


Fixed in SVN r32996.
Please use svn diff though to show the correct changes, the above
is very hard to understand what you changed.

Reply all
Reply to author
Forward
0 new messages