| Index: source/libvpx/test/register_state_check.h
|
| ===================================================================
|
| --- source/libvpx/test/register_state_check.h (revision 271012)
|
| +++ source/libvpx/test/register_state_check.h (working copy)
|
| @@ -82,8 +82,8 @@
|
|
|
| } // namespace libvpx_test
|
|
|
| -#elif defined(CONFIG_SHARED) && defined(HAVE_NEON) && defined(CONFIG_VP9) \
|
| - && !CONFIG_SHARED && HAVE_NEON && CONFIG_VP9
|
| +#elif defined(CONFIG_SHARED) && defined(HAVE_NEON_ASM) && defined(CONFIG_VP9) \
|
| + && !CONFIG_SHARED && HAVE_NEON_ASM && CONFIG_VP9
|
|
|
| #include "vpx/vpx_integer.h"
|
|
|
|
|