summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libmpeg2/idct_altivec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpeg2/idct_altivec.c b/src/libmpeg2/idct_altivec.c
index 895984c45..ed8b58cfd 100644
--- a/src/libmpeg2/idct_altivec.c
+++ b/src/libmpeg2/idct_altivec.c
@@ -148,7 +148,7 @@
#define VEC_S16(a,b,c,d,e,f,g,h) (vector_s16_t) {a, b, c, d, e, f, g, h}
#endif
-static const vector_s16_t constants[5] = {
+static vector_s16_t constants[5] = {
VEC_S16(23170, 13573, 6518, 21895, -23170, -21895, 32, 31),
VEC_S16(16384, 22725, 21407, 19266, 16384, 19266, 21407, 22725),
VEC_S16(22725, 31521, 29692, 26722, 22725, 26722, 29692, 31521),