vp9 register checks only apply to vp9
authorJohann <johannkoenig@google.com>
Fri, 2 May 2014 15:11:54 +0000 (08:11 -0700)
committerJohann <johannkoenig@google.com>
Fri, 2 May 2014 15:11:54 +0000 (08:11 -0700)
Disable register checks when vp9 is not configured. Soon vp8 assembly
will move to intrinsics, obviating this check.

This will still run the check when vp9 is enabled.

Change-Id: I90f50d22cb8c15e9c07f2c8e830e08de7fce0689

test/register_state_check.h

index 7e3d053..5987fe3 100644 (file)
@@ -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"