shithub: libvpx

Download patch

ref: 6f6856839b52c65e3b4b2c82d6b81a2b9bd92337
parent: 9824230fe3ee33fa2deac0745521e625b4c38be9
author: Yaowu Xu <yaowu@google.com>
date: Thu Jul 19 10:52:04 EDT 2012

fixed a compiling issue

Change-Id: I9ccbea76eaeb81ce7b833dd92216734725796e84

--- a/vp8/encoder/dct.c
+++ b/vp8/encoder/dct.c
@@ -33,8 +33,6 @@
 #endif
 
 
-#if CONFIG_INT_8X8FDCT
-
 static const int xC1S7 = 16069;
 static const int xC2S6 = 15137;
 static const int xC3S5 = 13623;
--