OSDN Git Service

Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 30 Aug 2010 16:25:46 +0000 (16:25 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 30 Aug 2010 16:25:46 +0000 (16:25 +0000)
commite9f5f020c6f00e0833edc84399d4eabf4a028780
tree3d5b001d689812c2eb49474eeaf6f5cde4989342
parent7e7c4b600819aa2f76c31eead5f18b5a27ecaf2c
Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6
issues on Win64.

Originally committed as revision 24988 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/Makefile
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/vp3dsp.asm [new file with mode: 0644]
libavcodec/x86/vp3dsp_mmx.c [deleted file]
libavcodec/x86/vp3dsp_mmx.h [deleted file]
libavcodec/x86/vp3dsp_sse2.c [deleted file]
libavcodec/x86/vp3dsp_sse2.h [deleted file]