summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2019-01-15 14:22:24 -0800
committerJohann <johannkoenig@google.com>2019-01-15 14:24:28 -0800
commitafa9ba79cbbb65a10c70282964e863380a97a4a7 (patch)
treeffb090938587f1a67a0e7342fca225cdd32d32c4 /vp9/common
parentc182725cbc9e1e4892784a24c32b1bed80047b0c (diff)
downloadlibvpx-afa9ba79cbbb65a10c70282964e863380a97a4a7.tar
libvpx-afa9ba79cbbb65a10c70282964e863380a97a4a7.tar.gz
libvpx-afa9ba79cbbb65a10c70282964e863380a97a4a7.tar.bz2
libvpx-afa9ba79cbbb65a10c70282964e863380a97a4a7.zip
mips: add rtcd.h to resolve missing declarations
BUG=webm:1584 Change-Id: Ifdebf33356abcc6869f695d129165ba17e042dcd
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/mips/msa/vp9_idct16x16_msa.c1
-rw-r--r--vp9/common/mips/msa/vp9_idct4x4_msa.c1
-rw-r--r--vp9/common/mips/msa/vp9_idct8x8_msa.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/vp9/common/mips/msa/vp9_idct16x16_msa.c b/vp9/common/mips/msa/vp9_idct16x16_msa.c
index 3e3530116..c03132280 100644
--- a/vp9/common/mips/msa/vp9_idct16x16_msa.c
+++ b/vp9/common/mips/msa/vp9_idct16x16_msa.c
@@ -10,6 +10,7 @@
#include <assert.h>
+#include "./vp9_rtcd.h"
#include "vp9/common/vp9_enums.h"
#include "vpx_dsp/mips/inv_txfm_msa.h"
diff --git a/vp9/common/mips/msa/vp9_idct4x4_msa.c b/vp9/common/mips/msa/vp9_idct4x4_msa.c
index 786fbdb79..aaccd5ca7 100644
--- a/vp9/common/mips/msa/vp9_idct4x4_msa.c
+++ b/vp9/common/mips/msa/vp9_idct4x4_msa.c
@@ -10,6 +10,7 @@
#include <assert.h>
+#include "./vp9_rtcd.h"
#include "vp9/common/vp9_enums.h"
#include "vpx_dsp/mips/inv_txfm_msa.h"
diff --git a/vp9/common/mips/msa/vp9_idct8x8_msa.c b/vp9/common/mips/msa/vp9_idct8x8_msa.c
index e4166775d..76d15ff8c 100644
--- a/vp9/common/mips/msa/vp9_idct8x8_msa.c
+++ b/vp9/common/mips/msa/vp9_idct8x8_msa.c
@@ -10,6 +10,7 @@
#include <assert.h>
+#include "./vp9_rtcd.h"
#include "vp9/common/vp9_enums.h"
#include "vpx_dsp/mips/inv_txfm_msa.h"