From 84e70ef004d763262ea4e795341ff240b8b10da3 Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Tue, 21 Jun 2011 00:30:23 -0400 Subject: h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. Mainly ported from 8-bit H.264 weight/biweight. Signed-off-by: Diego Biurrun --- libavcodec/x86/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/x86/Makefile') diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index ea57bd1..022ab27 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -15,6 +15,7 @@ YASM-OBJS-$(CONFIG_H264DSP) += x86/h264_deblock.o \ x86/h264_idct.o \ x86/h264_idct_10bit.o \ x86/h264_weight.o \ + x86/h264_weight_10bit.o \ YASM-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred.o \ x86/h264_intrapred_10bit.o -- cgit v1.1