Fixed building issues
Change-Id: I027f41db4bd46e2350fd0e4b8e6e9239f897b256
This commit is contained in:
parent
4d1c5aa413
commit
fa454ade93
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user