diff x86/Makefile @ 12437:b242eb86ea9a libavcodec

Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 fate failures on Win64.
author rbultje
date Mon, 30 Aug 2010 16:31:04 +0000
parents d6d0a43848b4
children 33ecda76b2f2
line wrap: on
line diff
--- a/x86/Makefile	Mon Aug 30 16:25:46 2010 +0000
+++ b/x86/Makefile	Mon Aug 30 16:31:04 2010 +0000
@@ -36,6 +36,7 @@
 MMX-OBJS-$(CONFIG_VP8_DECODER)         += x86/vp8dsp-init.o
 MMX-OBJS-$(HAVE_YASM)                  += x86/dsputil_yasm.o            \
                                           x86/deinterlace.o             \
+                                          x86/h264_chromamc.o        \
                                           $(YASM-OBJS-yes)
 
 MMX-OBJS-$(CONFIG_FFT)                 += x86/fft.o