# HG changeset patch # User gpoirier # Date 1223138887 0 # Node ID d38acad6d4bb7edbeae76cd9ae0a8933531656c6 # Parent b3ce73df10bb5b02637f515631e4b5826eea75d8 Declare ff_pw_53 and ff_pw_18 as assembler constants. Patch by Diego 'Flameeyes' Petten diff -r b3ce73df10bb -r d38acad6d4bb i386/vc1dsp_mmx.c --- a/i386/vc1dsp_mmx.c Sat Oct 04 11:20:02 2008 +0000 +++ b/i386/vc1dsp_mmx.c Sat Oct 04 16:48:07 2008 +0000 @@ -203,8 +203,8 @@ * Filter coefficients made global to allow access by all 1 or 3 quarter shift * interpolation functions. */ -DECLARE_ALIGNED_16(const uint64_t, ff_pw_53) = 0x0035003500350035ULL; -DECLARE_ALIGNED_16(const uint64_t, ff_pw_18) = 0x0012001200120012ULL; +DECLARE_ASM_CONST(16, uint64_t, ff_pw_53) = 0x0035003500350035ULL; +DECLARE_ASM_CONST(16, uint64_t, ff_pw_18) = 0x0012001200120012ULL; /** * Core of the 1/4 and 3/4 shift bicubic interpolation.