[FFmpeg-devel] Patch: Inline asm fixes for Intel compiler on Windows
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Feb 9 13:16:05 CET 2014
Matt Oliver <protogonoi <at> gmail.com> writes:
> I had actually tested this (and then forgot) but
> the check for inline_asm_direct_symbol_refs has
> to be done the way it is currently.
I thought we both agreed that it works fine with:
check_inline_asm inline_asm_direct_symbol_refs '"mov test, %eax\n"'
> Just using check_inline_asm doesnt declare the
> 'int test' variable and does cause issues.
What kind of issues?
> Even gcc will fail the test if done that way so
> it has to stay as it stands currently.
Which version did you test?
It works fine here with 4.4, 4.7 and 4.8.
(and 2.95.3)
Carl Eugen
More information about the ffmpeg-devel
mailing list