Chromium Code Reviews| Index: source/libvpx/test/dct16x16_test.cc |
| =================================================================== |
| --- source/libvpx/test/dct16x16_test.cc (revision 271012) |
| +++ source/libvpx/test/dct16x16_test.cc (working copy) |
| @@ -512,7 +512,7 @@ |
| make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2), |
| make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3))); |
| -#if HAVE_NEON |
| +#if HAVE_NEON_ASM |
| INSTANTIATE_TEST_CASE_P( |
| NEON, Trans16x16DCT, |
| ::testing::Values( |