summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2016-07-13 07:27:29 -0700
committerJim Bankoski <jimbankoski@google.com>2016-07-13 07:27:29 -0700
commitb24373fec224e1436ab658dda08442c9c85143d6 (patch)
treeef927ef8b8f3c314a3523e1cab1a9ceec8beaf9b /vpx_dsp
parent6f424a768e1ccd7775adc9273c3a7de7dda54bc4 (diff)
downloadlibvpx-b24373fec224e1436ab658dda08442c9c85143d6.tar
libvpx-b24373fec224e1436ab658dda08442c9c85143d6.tar.gz
libvpx-b24373fec224e1436ab658dda08442c9c85143d6.tar.bz2
libvpx-b24373fec224e1436ab658dda08442c9c85143d6.zip
deblock: missing const on extern const.
Change-Id: I0df08f7c431daf939e266f008bf5158b0c97358b
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/mips/deblock_msa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/mips/deblock_msa.c b/vpx_dsp/mips/deblock_msa.c
index dbff053a9..e98a0399b 100644
--- a/vpx_dsp/mips/deblock_msa.c
+++ b/vpx_dsp/mips/deblock_msa.c
@@ -11,7 +11,7 @@
#include <stdlib.h>
#include "./macros_msa.h"
-extern int16_t vpx_rv[];
+extern const int16_t vpx_rv[];
#define VPX_TRANSPOSE8x16_UB_UB(in0, in1, in2, in3, in4, in5, in6, in7, \
out0, out1, out2, out3, \