Mercurial > libavcodec.hg
diff x86/Makefile @ 12418:e17840120b80 libavcodec
Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should
help in fixing the Win64 fate failures.
| author | rbultje |
|---|---|
| date | Wed, 25 Aug 2010 13:44:16 +0000 |
| parents | 9f06475db098 |
| children | d6d0a43848b4 |
line wrap: on
line diff
--- a/x86/Makefile Wed Aug 25 13:42:28 2010 +0000 +++ b/x86/Makefile Wed Aug 25 13:44:16 2010 +0000 @@ -31,10 +31,9 @@ MMX-OBJS-$(CONFIG_VP5_DECODER) += x86/vp3dsp_mmx.o \ x86/vp3dsp_sse2.o \ x86/vp56dsp_init.o +YASM-OBJS-$(CONFIG_VP6_DECODER) += x86/vp56dsp.o MMX-OBJS-$(CONFIG_VP6_DECODER) += x86/vp3dsp_mmx.o \ x86/vp3dsp_sse2.o \ - x86/vp6dsp_mmx.o \ - x86/vp6dsp_sse2.o \ x86/vp56dsp_init.o YASM-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp.o MMX-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp-init.o
