mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
x86/vp9mc: fix string concatenation of fullpel function names
Fixes compilation with NASM Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
b947ac9096
commit
4bb6cb4c7d
@ -583,11 +583,11 @@ filter_vx2_fn avg
|
||||
%endif
|
||||
|
||||
%if %2 <= mmsize
|
||||
cglobal vp9_%1%2%%szsuf, 5, 7, 4, dst, dstride, src, sstride, h, dstride3, sstride3
|
||||
cglobal vp9_%1%2 %+ %%szsuf, 5, 7, 4, dst, dstride, src, sstride, h, dstride3, sstride3
|
||||
lea sstride3q, [sstrideq*3]
|
||||
lea dstride3q, [dstrideq*3]
|
||||
%else
|
||||
cglobal vp9_%1%2%%szsuf, 5, 5, %8, dst, dstride, src, sstride, h
|
||||
cglobal vp9_%1%2 %+ %%szsuf, 5, 5, %8, dst, dstride, src, sstride, h
|
||||
%endif
|
||||
.loop:
|
||||
%%srcfn m0, [srcq]
|
||||
|
Loading…
Reference in New Issue
Block a user