From 6f6856839b52c65e3b4b2c82d6b81a2b9bd92337 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Thu, 19 Jul 2012 14:52:04 -0700 Subject: [PATCH] fixed a compiling issue Change-Id: I9ccbea76eaeb81ce7b833dd92216734725796e84 --- vp8/encoder/dct.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vp8/encoder/dct.c b/vp8/encoder/dct.c index c3a938b..5954a76 100644 --- a/vp8/encoder/dct.c +++ b/vp8/encoder/dct.c @@ -33,8 +33,6 @@ float adst_4[16] = { #endif -#if CONFIG_INT_8X8FDCT - static const int xC1S7 = 16069; static const int xC2S6 = 15137; static const int xC3S5 = 13623; -- 2.7.4