diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-07-31 14:50:51 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-07-31 14:50:51 +0000 |
commit | de4bc44abb31d79bf2576dbcdb76606d5f7e971d (patch) | |
tree | 95fc63815ac61633d8b40467ab8f1b8c7eec4167 /libavcodec/x86/Makefile | |
parent | c2eae137e936c810e5c703a53310a92df708bbf1 (diff) | |
download | ffmpeg-de4bc44abb31d79bf2576dbcdb76606d5f7e971d.tar.gz |
Convert deinterlacing MMX code to YASM
Originally committed as revision 24615 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 3f19f06b88..ea53e33580 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -35,6 +35,7 @@ MMX-OBJS-$(CONFIG_VP6_DECODER) += x86/vp3dsp_mmx.o \ 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 \ $(YASM-OBJS-yes) MMX-OBJS-$(CONFIG_FFT) += x86/fft.o |