ref: 954a7aecfe089f83856e6e920a86cbece3439ac5
parent: 18613408a31bf280aab06260874ba04f9daab26d
author: James Zern <[email protected]>
date: Thu Mar 19 08:23:49 EDT 2015
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
--- a/test/test.mk
+++ b/test/test.mk
@@ -130,13 +130,7 @@
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