Fix build.
Change-Id: I27729a8631cffd54dfbae3ec0f07df7c883f7510
This commit is contained in:
parent
fd084b2489
commit
73089031f0
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user