diff x86/Makefile @ 12316:b01d01738bc4 libavcodec

Convert deinterlacing MMX code to YASM
author vitor
date Sat, 31 Jul 2010 14:50:51 +0000
parents c6509c205922
children 09a31ef6ed58
line wrap: on
line diff
--- a/x86/Makefile	Fri Jul 30 21:33:51 2010 +0000
+++ b/x86/Makefile	Sat Jul 31 14:50:51 2010 +0000
@@ -35,6 +35,7 @@
 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