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

WilD FlY wildfly.ua at gmail.com
Wed Mar 2 04:08:12 CET 2011


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.


More information about the MPlayer-users mailing list