]> granicus.if.org Git - libvpx/commit
Fix compiler error in vp8/9 decoder test
authorJingning Han <jingning@google.com>
Thu, 6 Aug 2015 19:02:05 +0000 (12:02 -0700)
committerJingning Han <jingning@google.com>
Thu, 6 Aug 2015 19:02:05 +0000 (12:02 -0700)
commit463c94854f6a4ee9043d81626b593478319d33c0
treeb0ad0ef0a88d915f1cfca3c90ac54f0b68ff1491
parent16c0ec711c02062d10cf9ad53e1a4978792ecb43
Fix compiler error in vp8/9 decoder test

The test file compiler fails if one uses --disable-vp8-decoder
--enable-vp9-decoder. It effectively turns on CONFIG_VP8 and
CONFIG_DECODERS, but turns off CONFIG_VP8_DECODER, which causes
compiler error at test_vector_test.cc.

This commit fixes this issue by adding vp8/9 decoder flags to
the decoder behavior test, respectively.

Change-Id: I097ff8fd5e12715a94a565a82e54503885eb7187
test/test_vector_test.cc