diff libswscale/swscale_internal.h @ 30343:4d50825554ee

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:26:30 +0000
parents 4f25e4d519f4
children 8c479cb29c7a
line wrap: on
line diff
--- a/libswscale/swscale_internal.h	Thu Jan 21 11:16:03 2010 +0000
+++ b/libswscale/swscale_internal.h	Fri Jan 22 03:26:30 2010 +0000
@@ -245,7 +245,7 @@
 #endif
 
 #if HAVE_VIS
-    DECLARE_ALIGNED(8, uint64_t, sparc_coeffs[10]);
+    DECLARE_ALIGNED(8, uint64_t, sparc_coeffs)[10];
 #endif
 
     /* function pointers for swScale() */