[FFmpeg-cvslog] r14749 - in trunk/libavcodec: Makefile i386/dsputil_mmx.c

Uoti Urpala uoti.urpala
Thu Aug 14 06:57:59 CEST 2008


On Thu, 2008-08-14 at 06:40 +0200, lorenm wrote:
> Author: lorenm
> Date: Thu Aug 14 06:40:46 2008
> New Revision: 14749
> 
> Log:
> gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm

I didn't see such a failure at least.

> Modified:
>    trunk/libavcodec/Makefile
>    trunk/libavcodec/i386/dsputil_mmx.c
> 
> Modified: trunk/libavcodec/Makefile
> ==============================================================================
> --- trunk/libavcodec/Makefile	(original)
> +++ trunk/libavcodec/Makefile	Thu Aug 14 06:40:46 2008
> @@ -393,6 +393,7 @@ OBJS-$(HAVE_YASM)                      +
>                                            i386/fft_sse.o \
>                                            i386/fft_3dn.o \
>                                            i386/fft_3dn2.o \
> +                                          i386/dsputil_yasm.o \

Not added.





More information about the ffmpeg-cvslog mailing list