From de4bc44abb31d79bf2576dbcdb76606d5f7e971d Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 31 Jul 2010 14:50:51 +0000 Subject: Convert deinterlacing MMX code to YASM Originally committed as revision 24615 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/x86/Makefile') diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 3f19f06..ea53e33 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -35,6 +35,7 @@ MMX-OBJS-$(CONFIG_VP6_DECODER) += x86/vp3dsp_mmx.o \ YASM-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp.o MMX-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp-init.o MMX-OBJS-$(HAVE_YASM) += x86/dsputil_yasm.o \ + x86/deinterlace.o \ $(YASM-OBJS-yes) MMX-OBJS-$(CONFIG_FFT) += x86/fft.o -- cgit v1.1