]> granicus.if.org Git - libvpx/commit
endian_inl.h: fix mips32 android build
authorJames Zern <jzern@google.com>
Thu, 6 Aug 2015 01:31:50 +0000 (18:31 -0700)
committerJames Zern <jzern@google.com>
Thu, 6 Aug 2015 19:27:00 +0000 (12:27 -0700)
commit2abfd8f92a22bba12bed78fb4525209ae9e90b4d
treed541935f5d6ee635e8d3711cc475662772742cb2
parentf1ecf63f687d3bb3357357ae7f6df329f7fc861b
endian_inl.h: fix mips32 android build

when configuring with mips32-android-gcc HAVE_MIPS32 would be set, but the
ndk does not set -mips32r2 for APP_ABI=mips which results in BSwap32 failing
to build; refine the check in endian_inl.h

Change-Id: I22893fe61f29111eb902d961b500b2174596268d
vpx_util/endian_inl.h