Commit b46da98f authored by Johann Koenig's avatar Johann Koenig Committed by Gerrit Code Review
Browse files

Merge "Only exclude VP8 when it is included"

parents 05d53324 af416c4d
No related merge requests found
Showing with 2 additions and 0 deletions
...@@ -232,8 +232,10 @@ TEST_P(ExternalFrameBufferMD5Test, ExtFBMD5Match) { ...@@ -232,8 +232,10 @@ TEST_P(ExternalFrameBufferMD5Test, ExtFBMD5Match) {
const int num_buffers = 13; const int num_buffers = 13;
set_num_buffers(num_buffers); set_num_buffers(num_buffers);
#if CONFIG_VP8_DECODER
// Tell compiler we are not using kVP8TestVectors. // Tell compiler we are not using kVP8TestVectors.
(void)libvpx_test::kVP8TestVectors; (void)libvpx_test::kVP8TestVectors;
#endif
// Open compressed video file. // Open compressed video file.
if (filename.substr(filename.length() - 3, 3) == "ivf") { if (filename.substr(filename.length() - 3, 3) == "ivf") {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment