On Mon, Aug 06, 2012 at 04:09:13AM +0100, Mans Rullgard wrote: > This is required with oldish nasm versions still shipped with some > systems. Without this patch, the code still builds but due to > a bug[1] crashes at runtime even if avx is not used. > > --- > libavcodec/x86/h264_deblock.asm | 10 ++++++++++ > libavcodec/x86/h264_deblock_10bit.asm | 14 ++++++++++++++ > libavcodec/x86/h264dsp_mmx.c | 2 +- > libavcodec/x86/imdct36_sse.asm | 4 ++++ > 4 files changed, 29 insertions(+), 1 deletion(-)
You missed instances in libavcodec/x86/proresdsp.asm libavresample/x86/audio_mix.asm libswscale/x86/input.asm libswscale/x86/output.asm I wonder if we shouldn't maybe blacklist that nasm version instead. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
