Skip to content
Snippets Groups Projects
Commit 1b91fa8a authored by Johann Koenig's avatar Johann Koenig Committed by Gerrit Code Review
Browse files

Merge "vp9 register checks only apply to vp9"

parents 1d65b3be 07967b36
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,8 @@ class RegisterStateCheck {
} // namespace libvpx_test
#elif defined(CONFIG_SHARED) && defined(HAVE_NEON) \
&& !CONFIG_SHARED && HAVE_NEON
#elif defined(CONFIG_SHARED) && defined(HAVE_NEON) && defined(CONFIG_VP9) \
&& !CONFIG_SHARED && HAVE_NEON && CONFIG_VP9
#include "vpx/vpx_integer.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment