changeset 11958:51f89053fca5 libavcodec

Make vp8 select h264dsp and use this to pull in mmx intrapred
author mru
date Fri, 25 Jun 2010 19:10:08 +0000
parents ed037136f0b1
children 447f1cd16355
files x86/Makefile
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/x86/Makefile	Fri Jun 25 19:06:29 2010 +0000
+++ b/x86/Makefile	Fri Jun 25 19:10:08 2010 +0000
@@ -9,9 +9,7 @@
 YASM-OBJS-$(CONFIG_GPL)                += x86/h264_deblock_sse2.o       \
                                           x86/h264_idct_sse2.o          \
 
-YASM-OBJS-$(CONFIG_H264_DECODER)       += x86/h264_intrapred.o          \
-
-YASM-OBJS-$(CONFIG_VP8_DECODER)        += x86/h264_intrapred.o          \
+YASM-OBJS-$(CONFIG_H264DSP)            += x86/h264_intrapred.o          \
 
 MMX-OBJS-$(CONFIG_CAVS_DECODER)        += x86/cavsdsp_mmx.o
 MMX-OBJS-$(CONFIG_MP1FLOAT_DECODER)    += x86/mpegaudiodec_mmx.o