From 4a88852623168077d77a073f7ce61047d12becbf Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Fri, 22 Jan 2010 03:26:30 +0000 Subject: Move array specifiers outside DECLARE_ALIGNED() invocations Originally committed as revision 30385 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 9e48010c36..0ae6dbc0f2 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -245,7 +245,7 @@ typedef struct SwsContext { #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() */ -- cgit v1.2.3