On Mon, May 16, 2011 at 08:43:43PM +0200, Vitor Sessak wrote: > On 05/16/2011 02:44 PM, Diego Biurrun wrote: >> Older nasm versions have trouble assembling some of our AVX code. Protect >> these sections by preprocessor macros to allow compilation to pass. >> --- >> libavcodec/x86/fft_mmx.asm | 8 ++++++++ >> libavcodec/x86/fft_sse.c | 2 ++ >> libavcodec/x86/h264_deblock_10bit.asm | 4 ++++ >> libavcodec/x86/h264dsp_mmx.c | 2 ++ >> 4 files changed, 16 insertions(+), 0 deletions(-) >> >> --- a/libavcodec/x86/fft_mmx.asm >> +++ b/libavcodec/x86/fft_mmx.asm >> --- a/libavcodec/x86/fft_sse.c >> +++ b/libavcodec/x86/fft_sse.c >> @@ -30,10 +30,12 @@ void ff_fft_dispatch_sse(FFTComplex *z, int nbits); > > Those are ok.
Pushed that part. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
