| Index: source/libvpx/test/fdct8x8_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/fdct8x8_test.cc (revision 247498)
|
| +++ source/libvpx/test/fdct8x8_test.cc (working copy)
|
| @@ -18,12 +18,13 @@
|
| #include "test/register_state_check.h"
|
| #include "test/util.h"
|
|
|
| +#include "./vp9_rtcd.h"
|
| +#include "vp9/common/vp9_entropy.h"
|
| +#include "vpx/vpx_integer.h"
|
| +
|
| extern "C" {
|
| -#include "vp9/common/vp9_entropy.h"
|
| -#include "./vp9_rtcd.h"
|
| void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *output, int pitch);
|
| }
|
| -#include "vpx/vpx_integer.h"
|
|
|
| using libvpx_test::ACMRandom;
|
|
|
|
|