From: Yaowu Xu Date: Thu, 19 Jul 2012 21:52:04 +0000 (-0700) Subject: fixed a compiling issue X-Git-Tag: v1.3.0~1217^2~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f6856839b52c65e3b4b2c82d6b81a2b9bd92337;p=libvpx fixed a compiling issue Change-Id: I9ccbea76eaeb81ce7b833dd92216734725796e84 --- diff --git a/vp8/encoder/dct.c b/vp8/encoder/dct.c index c3a938b62..5954a7685 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;