# HG changeset patch # User reimar # Date 1238767284 0 # Node ID 5e020cbd1599e4fb63c63baa93683000d3294519 # Parent 41b37c9c4ff76ca63e9b98ab5c358ba044d62271 Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE diff -r 41b37c9c4ff7 -r 5e020cbd1599 x86/dsputil_mmx.c --- a/x86/dsputil_mmx.c Fri Apr 03 07:40:58 2009 +0000 +++ b/x86/dsputil_mmx.c Fri Apr 03 14:01:24 2009 +0000 @@ -272,7 +272,7 @@ :"memory"); } -DECLARE_ALIGNED_8(const unsigned char, ff_vector128[8]) = +DECLARE_ASM_CONST(8, uint8_t, ff_vector128[8]) = { 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 }; #define put_signed_pixels_clamped_mmx_half(off) \