# HG changeset patch # User michael # Date 1155800962 0 # Node ID 8a62cb7e8d0f7c34dc790337afa0700b7ffd4965 # Parent 562758eaf7bf38ec1479d61d762ff1220829bdb3 insufficient alignment diff -r 562758eaf7bf -r 8a62cb7e8d0f i386/fdct_mmx.c --- a/i386/fdct_mmx.c Tue Aug 15 20:36:05 2006 +0000 +++ b/i386/fdct_mmx.c Thu Aug 17 07:49:22 2006 +0000 @@ -549,7 +549,7 @@ void ff_fdct_sse2(int16_t *block) { - int64_t align_tmp[16] ATTR_ALIGN(8); + int64_t align_tmp[16] ATTR_ALIGN(16); int16_t * const block_tmp= (int16_t*)align_tmp; int16_t *block1;