diff x86/Makefile @ 11975:c3afb5be0d9b libavcodec

First shot at VP8 optimizations: - MMXEXT, SSE2 and SSSE3 MC functions - MMX and SSE4 IDCT dc_add functions Patch by Jason Garrett-Glaser <darkshikari gmail com> and myself.
author rbultje
date Sun, 27 Jun 2010 02:01:45 +0000
parents 51f89053fca5
children db9ef48dc0e4
line wrap: on
line diff
--- a/x86/Makefile	Sun Jun 27 01:46:29 2010 +0000
+++ b/x86/Makefile	Sun Jun 27 02:01:45 2010 +0000
@@ -30,6 +30,8 @@
                                           x86/vp3dsp_sse2.o             \
                                           x86/vp6dsp_mmx.o              \
                                           x86/vp6dsp_sse2.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            \
                                           $(YASM-OBJS-yes)