On Tue, Jan 03, 2012 at 11:22:05AM -0800, Ronald S. Bultje wrote:
> Also implement SSE2 variants.
> 
> --- a/libswscale/Makefile
> +++ b/libswscale/Makefile
> @@ -17,7 +17,8 @@ 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
> +OBJS-$(HAVE_YASM)          +=  x86/input.o              \
> +                               x86/scale.o

MMX-OBJS-$(HAVE_YASM)

I suspect that scale.o should also be moved to MMX-OBJS.
Are there asm functions that do not at least require MMX?

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to