changeset 9339:5e020cbd1599 libavcodec

Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE
author reimar
date Fri, 03 Apr 2009 14:01:24 +0000
parents 41b37c9c4ff7
children e9d9f8094e7f
files x86/dsputil_mmx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) \