summaryrefslogtreecommitdiff
path: root/test/decode_api_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/decode_api_test.cc')
-rw-r--r--test/decode_api_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/decode_api_test.cc b/test/decode_api_test.cc
index 318351b73..c10a44a33 100644
--- a/test/decode_api_test.cc
+++ b/test/decode_api_test.cc
@@ -27,9 +27,6 @@ TEST(DecodeAPI, InvalidParams) {
#if CONFIG_VP9_DECODER
&vpx_codec_vp9_dx_algo,
#endif
-#if CONFIG_VP10_DECODER
- &vpx_codec_vp10_dx_algo,
-#endif
};
uint8_t buf[1] = {0};
vpx_codec_ctx_t dec;