fix vp9 only build
Change-Id: I7a1a7190dc32c65846a897a3162a02d63e59719f
This commit is contained in:
parent
da798043c5
commit
24c1734f53
@ -545,10 +545,12 @@ INSTANTIATE_TEST_CASE_P(SSE3, SADx4Test, ::testing::Values(
|
||||
|
||||
#if HAVE_SSSE3
|
||||
#if CONFIG_USE_X86INC
|
||||
#if CONFIG_VP8_ENCODER
|
||||
const sad_m_by_n_fn_t sad_16x16_sse3 = vp8_sad16x16_sse3;
|
||||
INSTANTIATE_TEST_CASE_P(SSE3, SADTest, ::testing::Values(
|
||||
make_tuple(16, 16, sad_16x16_sse3)));
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
} // namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user