Merge "vpxenc: fix DECODER ifdef"

This commit is contained in:
Jingning Han 2015-08-22 00:00:27 +00:00 committed by Gerrit Code Review
commit 71412d82a3

View File

@ -35,7 +35,7 @@
#if CONFIG_VP8_ENCODER || CONFIG_VP9_ENCODER || CONFIG_VP10_ENCODER
#include "vpx/vp8cx.h"
#endif
#if CONFIG_VP8_DECODER || CONFIG_VP9_DECODER || CONFIG_VP10_ENCODER
#if CONFIG_VP8_DECODER || CONFIG_VP9_DECODER || CONFIG_VP10_DECODER
#include "vpx/vp8dx.h"
#endif