summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAlexander Strange <astrange@ithinksw.com>2008-04-16 01:36:14 +0000
committerAlexander Strange <astrange@ithinksw.com>2008-04-16 01:36:14 +0000
commitf73a6393e755b7858ec2b7f1947080f14a51c28c (patch)
treedece7ea195375012618872dd5641e71bfd8f7ae6 /libavcodec/Makefile
parent0e956ba2771452088ebfd69bbc75fce07c56f33c (diff)
Add a new xvid-style IDCT using SSE2.
Originally committed as revision 12843 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 a9858d79aa..7473cd6b54 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -375,6 +375,7 @@ OBJS += i386/fdct_mmx.o \
i386/motion_est_mmx.o \
i386/simple_idct_mmx.o \
i386/idct_mmx_xvid.o \
+ i386/idct_sse2_xvid.o \
i386/fft_sse.o \
i386/fft_3dn.o \
i386/fft_3dn2.o \