summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorJason Garrett-Glaser <darkshikari@gmail.com>2009-01-03 00:46:17 +0000
committerJason Garrett-Glaser <darkshikari@gmail.com>2009-01-03 00:46:17 +0000
commit37fed100873707b070ba692a0b46e545a08e53c1 (patch)
tree0b2423fd5120162dbe51d580b4a2a6ae8a30ff14 /libavcodec/Makefile
parentc96da3edc3aba4dbf1e24c8fb8cc3abadd15257c (diff)
Add x264 SSE2 iDCT functions to H.264 decoder.
Originally committed as revision 16409 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ca94d169e9..e4217d6af4 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -407,6 +407,7 @@ MMX-OBJS-$(CONFIG_VP6F_DECODER) += x86/vp3dsp_mmx.o x86/vp3dsp_sse2.o
MMX-OBJS-$(CONFIG_WMV3_DECODER) += x86/vc1dsp_mmx.o
MMX-OBJS-$(HAVE_YASM) += x86/dsputil_yasm.o \
x86/h264_deblock_sse2.o \
+ x86/h264_idct_sse2.o \
OBJS-$(HAVE_MMX) += x86/cpuid.o \
x86/dnxhd_mmx.o \