diff x86/motion_est_mmx.c @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 8b9fc0c8f1cc
children 3fc4c625b6f3
line wrap: on
line diff
--- a/x86/motion_est_mmx.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/x86/motion_est_mmx.c	Fri Jan 22 03:25:11 2010 +0000
@@ -26,7 +26,7 @@
 #include "libavcodec/dsputil.h"
 #include "dsputil_mmx.h"
 
-DECLARE_ASM_CONST(8, uint64_t, round_tab[3])={
+DECLARE_ASM_CONST(8, uint64_t, round_tab)[3]={
 0x0000000000000000ULL,
 0x0001000100010001ULL,
 0x0002000200020002ULL,