| Index: patched-ffmpeg-mt/libavcodec/x86/rv40dsp_mmx.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/x86/rv40dsp_mmx.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/x86/rv40dsp_mmx.c (working copy)
|
| @@ -24,7 +24,7 @@
|
| #include "dsputil_mmx.h"
|
|
|
| /* bias interleaved with bias div 8, use p+1 to access bias div 8 */
|
| -DECLARE_ALIGNED_8(static const uint64_t, rv40_bias_reg)[4][8] = {
|
| +DECLARE_ALIGNED(8, static const uint64_t, rv40_bias_reg)[4][8] = {
|
| { 0x0000000000000000ULL, 0x0000000000000000ULL, 0x0010001000100010ULL, 0x0002000200020002ULL,
|
| 0x0020002000200020ULL, 0x0004000400040004ULL, 0x0010001000100010ULL, 0x0002000200020002ULL },
|
| { 0x0020002000200020ULL, 0x0004000400040004ULL, 0x001C001C001C001CULL, 0x0003000300030003ULL,
|
|
|