Fix build.

Change-Id: I27729a8631cffd54dfbae3ec0f07df7c883f7510
This commit is contained in:
Christian Duvivier 2012-08-14 13:38:11 -07:00
parent fd084b2489
commit 73089031f0
2 changed files with 2 additions and 1 deletions

View 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

View 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)