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

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Mar 2 08:55:04 CET 2011


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.


More information about the MPlayer-users mailing list