From e0c3e0738757a92c2910bac83f2ef830b428ba11 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 13 Sep 2011 09:53:42 -0700 Subject: sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. Speed: from 3.9x to 9.6x speed improvement over C, and some small (up to 15%) speed improvements over existing MMX code (particularly for bigger filters). --- libswscale/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index 57e867a1b2..5671b2e1b3 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -17,6 +17,7 @@ OBJS-$(HAVE_MMX) += x86/rgb2rgb.o \ x86/swscale_mmx.o \ x86/yuv2rgb_mmx.o OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o +OBJS-$(HAVE_YASM) += x86/scale.o TESTPROGS = colorspace swscale -- cgit v1.2.3