Merge "enable test/vp9_encoder_parms_get_to_decoder"

This commit is contained in:
James Zern 2015-03-19 23:36:55 -07:00 committed by Gerrit Code Review
commit 094a0faf88

View File

@ -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