Re: [FFmpeg-devel] [PATCH 1/5] x86inc: Fix call with memory operands

2017-06-09 Thread Henrik Gramner
On Fri, Jun 9, 2017 at 1:04 AM, James Darnley wrote: > libavutil/x86/x86inc.asm | 6 +- Bump the date in the header to 2017 as well. That was done in x264 as part of an earlier commit but might as well squash it into this one. ___ ffmpeg-devel maili

[FFmpeg-devel] [PATCH 1/5] x86inc: Fix call with memory operands

2017-06-08 Thread James Darnley
From: Henrik Gramner We overload the `call` instruction with a macro, but it would misbehave when the macro argument wasn't a valid identifier. Fix it by explicitly checking if the argument is an identifier. --- libavutil/x86/x86inc.asm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)