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

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 38ab367d4231
children 98970e51365a
line wrap: on
line diff
--- a/x86/fft_3dn2.c	Fri Jan 22 01:59:17 2010 +0000
+++ b/x86/fft_3dn2.c	Fri Jan 22 03:25:11 2010 +0000
@@ -23,7 +23,7 @@
 #include "libavcodec/dsputil.h"
 #include "fft.h"
 
-DECLARE_ALIGNED_8(static const int, m1m1[2]) = { 1<<31, 1<<31 };
+DECLARE_ALIGNED_8(static const int, m1m1)[2] = { 1<<31, 1<<31 };
 
 #ifdef EMULATE_3DNOWEXT
 #define PSWAPD(s,d)\