[SCM] libav/experimental: Remove duplicate define (it is the same in the lum code).

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:59 UTC 2013


The following commit has been merged in the experimental branch:
commit b0e1343b85ad83e753bf18bb86144c735916fffc
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Thu Aug 13 18:28:55 2009 +0000

    Remove duplicate define (it is the same in the lum code).
    
    Originally committed as revision 29508 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index 2634020..d1177f5 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -2470,27 +2470,6 @@ inline static void RENAME(hcscale)(SwsContext *c, uint16_t *dst, long dstWidth,
             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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list