# HG changeset patch # User ramiro # Date 1250188135 0 # Node ID 8d73112b758993a67b5aca03c23079b1b4e6c4e0 # Parent 45e78d49e49380366e85e804e2436f4376532d9f Remove duplicate define (it is the same in the lum code). diff -r 45e78d49e493 -r 8d73112b7589 libswscale/swscale_template.c --- a/libswscale/swscale_template.c Thu Aug 13 18:28:17 2009 +0000 +++ b/libswscale/swscale_template.c Thu Aug 13 18:28:55 2009 +0000 @@ -2470,27 +2470,6 @@ PREFETCH" 32(%%"REG_c") \n\t" PREFETCH" 64(%%"REG_c") \n\t" -#if ARCH_X86_64 - -#define CALL_MMX2_FILTER_CODE \ - "movl (%%"REG_b"), %%esi \n\t"\ - "call *%4 \n\t"\ - "movl (%%"REG_b", %%"REG_a"), %%esi \n\t"\ - "add %%"REG_S", %%"REG_c" \n\t"\ - "add %%"REG_a", %%"REG_D" \n\t"\ - "xor %%"REG_a", %%"REG_a" \n\t"\ - -#else - -#define CALL_MMX2_FILTER_CODE \ - "movl (%%"REG_b"), %%esi \n\t"\ - "call *%4 \n\t"\ - "addl (%%"REG_b", %%"REG_a"), %%"REG_c" \n\t"\ - "add %%"REG_a", %%"REG_D" \n\t"\ - "xor %%"REG_a", %%"REG_a" \n\t"\ - -#endif /* ARCH_X86_64 */ - CALL_MMX2_FILTER_CODE CALL_MMX2_FILTER_CODE CALL_MMX2_FILTER_CODE