Fixed building issues

Change-Id: I027f41db4bd46e2350fd0e4b8e6e9239f897b256
This commit is contained in:
Yaowu Xu 2011-11-09 09:14:43 -08:00
parent 4d1c5aa413
commit fa454ade93
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;