summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-08-30 16:31:04 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-08-30 16:31:04 +0000
commitd0eb5a1174c2626e26bf75801d2b99e1383884ac (patch)
tree12082daa6b3d8475bf263a2e5f67fc9f808ac007 /libavcodec/x86/Makefile
parente9f5f020c6f00e0833edc84399d4eabf4a028780 (diff)
downloadffmpeg-streaming-d0eb5a1174c2626e26bf75801d2b99e1383884ac.zip
ffmpeg-streaming-d0eb5a1174c2626e26bf75801d2b99e1383884ac.tar.gz
Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1
fate failures on Win64. Originally committed as revision 24989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 924b178..c8e8290 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -36,6 +36,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 \
+ x86/h264_chromamc.o \
$(YASM-OBJS-yes)
MMX-OBJS-$(CONFIG_FFT) += x86/fft.o
OpenPOWER on IntegriCloud