Fix build.
authorChristian Duvivier <cduvivier@google.com>
Tue, 14 Aug 2012 20:38:11 +0000 (13:38 -0700)
committerChristian Duvivier <cduvivier@google.com>
Tue, 14 Aug 2012 20:44:14 +0000 (13:44 -0700)
Change-Id: I27729a8631cffd54dfbae3ec0f07df7c883f7510

vp8/common/blockd.h
vp8/encoder/dct.h

index de4ff52..e3fcc73 100644 (file)
@@ -136,7 +136,7 @@ typedef enum {
   TX_SIZE_MAX                  // Number of different transforms available
 } TX_SIZE;
 
-#if CONFIG_HYBRIDTRANSFORM
+#if CONFIG_HYBRIDTRANSFORM8X8 || CONFIG_HYBRIDTRANSFORM
 typedef enum {
   DCT_DCT   = 0,                      // DCT  in both horizontal and vertical
   ADST_DCT  = 1,                      // ADST in horizontal, DCT in vertical
index 8d8a842..5e71707 100644 (file)
@@ -13,6 +13,7 @@
 #define __INC_DCT_H
 
 #include "vpx_config.h"
+#include "vp8/common/blockd.h"
 
 #define prototype_fdct(sym) void (sym)(short *input, short *output, int pitch)