summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-03-19 12:23:49 -0700
committerJames Zern <jzern@google.com>2015-03-19 12:29:22 -0700
commit954a7aecfe089f83856e6e920a86cbece3439ac5 (patch)
tree7f7e9d439fb420df7ff944603deeeab47e4f37a8
parent18613408a31bf280aab06260874ba04f9daab26d (diff)
downloadlibvpx-954a7aecfe089f83856e6e920a86cbece3439ac5.tar
libvpx-954a7aecfe089f83856e6e920a86cbece3439ac5.tar.gz
libvpx-954a7aecfe089f83856e6e920a86cbece3439ac5.tar.bz2
libvpx-954a7aecfe089f83856e6e920a86cbece3439ac5.zip
enable test/vp9_encoder_parms_get_to_decoder
the TODO around CONFIG_SPATIAL_SVC has been resolved by changing the CONFIG_* checks to use an ABI based check Change-Id: If2638baf361b863186177a453beec9af9231e69e
-rw-r--r--test/test.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test.mk b/test/test.mk
index 44f2ba4fd..91dd3354e 100644
--- a/test/test.mk
+++ b/test/test.mk
@@ -130,14 +130,8 @@ LIBVPX_TEST_SRCS-yes += partial_idct_test.cc
LIBVPX_TEST_SRCS-yes += superframe_test.cc
LIBVPX_TEST_SRCS-yes += tile_independence_test.cc
LIBVPX_TEST_SRCS-yes += vp9_boolcoder_test.cc
-
-# TODO(jbb): Remove this when the TODO(minghai): in vpx_encoder.h gets resolved.
-# This test fails because of a mismatch in the size of the vpx_codec_alg_priv
-# between encoder and decoder when this is enabled.
-ifneq ($(CONFIG_SPATIAL_SVC),yes)
LIBVPX_TEST_SRCS-yes += vp9_encoder_parms_get_to_decoder.cc
endif
-endif
LIBVPX_TEST_SRCS-$(CONFIG_VP9) += convolve_test.cc
LIBVPX_TEST_SRCS-$(CONFIG_VP9_DECODER) += vp9_thread_test.cc