diff Makefile @ 6601:f76581c16848 libavcodec

Add a new xvid-style IDCT using SSE2.
author astrange
date Wed, 16 Apr 2008 01:36:14 +0000
parents 45bcfc54aa80
children 873e705732ca
line wrap: on
line diff
--- a/Makefile	Wed Apr 16 01:34:55 2008 +0000
+++ b/Makefile	Wed Apr 16 01:36:14 2008 +0000
@@ -375,6 +375,7 @@
         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 \