aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorJason Garrett-Glaser <darkshikari@gmail.com>2010-06-27 02:01:45 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-06-27 02:01:45 +0000
commit0178d14fe53762e432f64353d36cc4c757fb867f (patch)
treeb861beb8c7032cb2b9ec602afb40e6289cd9ca5b /libavcodec/x86/Makefile
parent21f45508ba3f4744ed456c87b2d8af035b263676 (diff)
downloadffmpeg-0178d14fe53762e432f64353d36cc4c757fb867f.tar.gz
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. Originally committed as revision 23815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 5e971db540..7b966e25a6 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -30,6 +30,8 @@ MMX-OBJS-$(CONFIG_VP6_DECODER) += x86/vp3dsp_mmx.o \
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)