Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
24c1734f
Commit
24c1734f
authored
Feb 28, 2014
by
Yaowu Xu
Browse files
fix vp9 only build
Change-Id: I7a1a7190dc32c65846a897a3162a02d63e59719f
parent
da798043
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/sad_test.cc
View file @
24c1734f
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment