Mercurial > libavcodec.hg
diff Makefile @ 3207:33110c1008a4 libavcodec
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
Patch by Robert Edele < yartrebo AH earthlink POIS net >
Original thread:
Date: Mar 20, 2006 5:54 PM
Subject: [Ffmpeg-devel] [PATCH] snow mmx + sse2 part 3
author | gpoirier |
---|---|
date | Mon, 20 Mar 2006 22:27:59 +0000 |
parents | c20c181e0eca |
children | 084635b31002 |
line wrap: on
line diff
--- a/Makefile Mon Mar 20 05:52:23 2006 +0000 +++ b/Makefile Mon Mar 20 22:27:59 2006 +0000 @@ -330,7 +330,7 @@ i386/dsputil_mmx.o i386/mpegvideo_mmx.o \ i386/idct_mmx.o i386/motion_est_mmx.o \ i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \ - i386/vp3dsp_sse2.o i386/fft_3dn.o i386/fft_3dn2.o + i386/vp3dsp_sse2.o i386/fft_3dn.o i386/fft_3dn2.o i386/snowdsp_mmx.o ifeq ($(CONFIG_GPL),yes) OBJS += i386/idct_mmx_xvid.o endif