[FFmpeg-devel] [PATCH] HACK: fix compilation with NASM.
Dave Yeo
daveryeo at telus.net
Wed Nov 9 06:33:25 CET 2011
On 11/08/11 11:11 am, Reimar Döffinger wrote:
> This issue is actually already fixed in NASM,
Does the rest of FFmpeg assemble with nasm compiled from git head for you?
Here it dies in libavcodec/x86/h264_weight_10bit.asm
libavcodec/x86/h264_weight_10bit.asm:108: error: identifier expected
after GLOBAL
libavcodec/x86/h264_weight_10bit.asm:108: error: parser: instruction
expected
...
[lots more errors]
which seems to be an issue with recursing into XMM (previously it was
MMX). The 9.x series didn't have this issue here.
Dave
More information about the ffmpeg-devel
mailing list