Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 25 Aug 2010 13:44:16 +0000 (13:44 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 25 Aug 2010 13:44:16 +0000 (13:44 +0000)
commit89fa3504edbaaacd44eb2c510baca283d1dbbf7b
treec6be26622e05bf18d153ce964f9048a3fc4f5910
parent3a0885146c61d6eff4da4006f6459e720fcf5ccd
Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should
help in fixing the Win64 fate failures.

Originally committed as revision 24922 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/Makefile
libavcodec/x86/vp56dsp.asm [new file with mode: 0644]
libavcodec/x86/vp56dsp_init.c
libavcodec/x86/vp6dsp_mmx.c [deleted file]
libavcodec/x86/vp6dsp_mmx.h [deleted file]
libavcodec/x86/vp6dsp_sse2.c [deleted file]
libavcodec/x86/vp6dsp_sse2.h [deleted file]