diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-08-30 16:31:04 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-08-30 16:31:04 +0000 |
commit | d0eb5a1174c2626e26bf75801d2b99e1383884ac (patch) | |
tree | 12082daa6b3d8475bf263a2e5f67fc9f808ac007 /libavcodec/x86/Makefile | |
parent | e9f5f020c6f00e0833edc84399d4eabf4a028780 (diff) | |
download | ffmpeg-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 924b1789b0..c8e829093d 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 |