summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-08-05 00:13:38 +0000
committerJason Garrett-Glaser <darkshikari@gmail.com>2010-08-05 00:13:38 +0000
commitc12d6955e2bf5cfb8b43f62197d546a7f71e04eb (patch)
tree59e2f0f9a692cedf38d0aa26c3fb2df26509803f /libavcodec/x86/Makefile
parent905ef0d064d8fb6a349b071c686c4a7fa5a99e07 (diff)
downloadffmpeg-streaming-c12d6955e2bf5cfb8b43f62197d546a7f71e04eb.zip
ffmpeg-streaming-c12d6955e2bf5cfb8b43f62197d546a7f71e04eb.tar.gz
H.264: SSE2/SSSE3 weighted prediction asm
Patch by Eli Friedman <eli.friedman at gmail dot com> Originally committed as revision 24702 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 ea53e33..4ca7c01 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -10,6 +10,7 @@ YASM-OBJS-$(CONFIG_GPL) += x86/h264_idct_sse2.o \
YASM-OBJS-$(CONFIG_H264DSP) += x86/h264_deblock_sse2.o \
x86/h264_intrapred.o \
+ x86/h264_weight_sse2.o \
YASM-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_yasm.o
OpenPOWER on IntegriCloud