ref: fa454ade9333e0cc101098f1b52be680a1b903bb
parent: 4d1c5aa413a8a0d8dbced6e48a75ac8c1198e6bc
author: Yaowu Xu <yaowu@google.com>
date: Wed Nov 9 04:14:43 EST 2011
Fixed building issues Change-Id: I027f41db4bd46e2350fd0e4b8e6e9239f897b256
--- a/vp8/common/idctllm.c
+++ b/vp8/common/idctllm.c
@@ -22,7 +22,7 @@
* so
* x * sqrt(2) * cos (pi/8) = x + x * (sqrt(2) *cos(pi/8)-1).
**************************************************************************/
-#include "vpx_ports/config.h"
+#include "vpx_config.h"
static const int cospi8sqrt2minus1 = 20091;
static const int sinpi8sqrt2 = 35468;
--- a/vp8/encoder/dct.c
+++ b/vp8/encoder/dct.c
@@ -10,7 +10,7 @@
#include <math.h>
-#include "vpx_ports/config.h"
+#include "vpx_config.h"
void vp8_short_fdct4x4_c(short *input, short *output, int pitch)
{
int i;
--
⑨