From d241f51e0f7c08060d2fa72117e2a1f273ab0c72 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 9 Aug 2011 11:00:09 +0200 Subject: Move RV3/4-specific DSP functions into their own context Signed-off-by: Ronald S. Bultje --- libavcodec/x86/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/x86/Makefile') diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index d3cf0da72b..a94f97a270 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -21,6 +21,8 @@ YASM-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred.o \ x86/h264_intrapred_10bit.o MMX-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred_init.o +MMX-OBJS-$(CONFIG_RV40_DECODER) += x86/rv40dsp.o \ + YASM-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_yasm.o MMX-OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp_mmx.o -- cgit v1.2.3