summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorDaniel Kang <daniel.d.kang@gmail.com>2011-06-21 00:30:23 -0400
committerDiego Biurrun <diego@biurrun.de>2011-06-21 15:24:13 +0200
commit84e70ef004d763262ea4e795341ff240b8b10da3 (patch)
treecb1faa10973a9a3f397f53083bb2057417854c54 /libavcodec/x86/Makefile
parentea57502c82a91362daeafec392375706fa266d8b (diff)
downloadffmpeg-streaming-84e70ef004d763262ea4e795341ff240b8b10da3.zip
ffmpeg-streaming-84e70ef004d763262ea4e795341ff240b8b10da3.tar.gz
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 <diego@biurrun.de>
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud