Remove vp8, vp9 folders

Change-Id: I09b8acd22d031ece52e1fee18b998349bf1cf06b
This commit is contained in:
Yaowu Xu
2016-07-25 15:39:46 -07:00
parent b124b243d4
commit 3bd709fafe
433 changed files with 24 additions and 152665 deletions

View File

@@ -20,12 +20,6 @@ namespace {
TEST(EncodeAPI, InvalidParams) {
static const vpx_codec_iface_t *kCodecs[] = {
#if CONFIG_VP8_ENCODER
&vpx_codec_vp8_cx_algo,
#endif
#if CONFIG_VP9_ENCODER
&vpx_codec_vp9_cx_algo,
#endif
#if CONFIG_VP10_ENCODER
&vpx_codec_vp10_cx_algo,
#endif