diff ppc/gmc_altivec.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 71ead14665e3
children 98970e51365a
line wrap: on
line diff
--- a/ppc/gmc_altivec.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/ppc/gmc_altivec.c	Fri Jan 22 03:25:11 2010 +0000
@@ -34,7 +34,7 @@
 {
 POWERPC_PERF_DECLARE(altivec_gmc1_num, GMC1_PERF_COND);
     const DECLARE_ALIGNED_16(unsigned short, rounder_a) = rounder;
-    const DECLARE_ALIGNED_16(unsigned short, ABCD[8]) =
+    const DECLARE_ALIGNED_16(unsigned short, ABCD)[8] =
         {
             (16-x16)*(16-y16), /* A */
             (   x16)*(16-y16), /* B */