Re: [FFmpeg-devel] [PATCH] x86/vp9mc: fix string concatenation of fullpel function names

2015-09-20 Thread James Almer
On 9/20/2015 3:20 AM, Ronald S. Bultje wrote: > Hi, > > On Sep 20, 2015 1:29 AM, "James Almer" wrote: >> >> Fixes compilation with NASM >> >> Signed-off-by: James Almer >> --- >> See > http://fate.ffmpeg.org/log.cgi?time=20150919155527&log=compile&slot=x86_64-archlinux-gcc-nasm >> >> libavcodec

Re: [FFmpeg-devel] [PATCH] x86/vp9mc: fix string concatenation of fullpel function names

2015-09-19 Thread Ronald S. Bultje
Hi, On Sep 20, 2015 1:29 AM, "James Almer" wrote: > > Fixes compilation with NASM > > Signed-off-by: James Almer > --- > See http://fate.ffmpeg.org/log.cgi?time=20150919155527&log=compile&slot=x86_64-archlinux-gcc-nasm > > libavcodec/x86/vp9mc.asm | 4 ++-- > 1 file changed, 2 insertions(+), 2

[FFmpeg-devel] [PATCH] x86/vp9mc: fix string concatenation of fullpel function names

2015-09-19 Thread James Almer
Fixes compilation with NASM Signed-off-by: James Almer --- See http://fate.ffmpeg.org/log.cgi?time=20150919155527&log=compile&slot=x86_64-archlinux-gcc-nasm libavcodec/x86/vp9mc.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/x86/vp9mc.asm b/libavcodec/x8