]> granicus.if.org Git - libvpx/commit
Disable fast unaligned on armv5te
authorMartin Storsjo <martin@martin.st>
Wed, 28 Nov 2012 20:05:42 +0000 (22:05 +0200)
committerMartin Storsjo <martin@martin.st>
Wed, 28 Nov 2012 20:23:39 +0000 (22:23 +0200)
commit836f8e98839c92932201c650c9fd5c58cf878224
tree26e73d0f578ff48a581d59833e41cbdf7dc4d7df
parent9bc8d5aab9ca5a2152006e226c26f3c1010c843f
Disable fast unaligned on armv5te

This is enabled by default in the main configure.sh, but apparently
is supposed to be disabled if the hardware doesn't support it.
Unaligned reads is only supported on armv6 and newer.

Change-Id: Ie1412e36a14036bbb4fe7b89aa36a178f35b2228
build/make/configure.sh