| Index: ports/libyuv/build.sh
|
| diff --git a/ports/libyuv/build.sh b/ports/libyuv/build.sh
|
| index 42bef632fab81f27c8a3d285bff5444f1819c94e..5236b6f6c446d063fd58ab62f22c918f5d674834 100644
|
| --- a/ports/libyuv/build.sh
|
| +++ b/ports/libyuv/build.sh
|
| @@ -23,7 +23,7 @@ TestStep() {
|
| filter="--gtest_filter=-libyuvTest.Psnr:libyuvTest.Ssim"
|
| elif [[ ${NACL_ARCH} == x86_64 && ${TOOLCHAIN} == glibc ]]; then
|
| filter="--gtest_filter=-libyuvTest.ARGBRect_Unaligned"
|
| - elif [[ ${NACL_ARCH} == pnacl ]]; then
|
| + elif [[ ${NACL_ARCH} == pnacl || ${NACL_ARCH} == le32 ]]; then
|
| filter="--gtest_filter="
|
| filter+="-libyuvTest.MJPGToI420"
|
| filter+=":libyuvTest.MJPGToARGB"
|
|
|