vpxenc: fix DECODER ifdef
authorJames Zern <jzern@google.com>
Fri, 21 Aug 2015 23:08:36 +0000 (16:08 -0700)
committerJames Zern <jzern@google.com>
Fri, 21 Aug 2015 23:08:36 +0000 (16:08 -0700)
CONFIG_VP10_ENCODER -> CONFIG_VP10_DECODER

Change-Id: I6f1a798835acc4ef66bd2c5d6ffb02247c74b1d6

vpxenc.c

index d83ffb7..06604ea 100644 (file)
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -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