[FFmpeg-devel] [PATCH] HACK: fix compilation with NASM.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Nov 9 08:51:58 CET 2011


On 9 Nov 2011, at 06:33, Dave Yeo <daveryeo at telus.net> wrote:
> 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.

I did not test with git nasm, I can only say that with this patch the Debian unstable version works.


More information about the ffmpeg-devel mailing list