Commit f1378761 authored by James Almer's avatar James Almer Committed by Michael Niedermayer

x86/hevc_idct: add a colon to labels

This fixes a warning spam when using NASM
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1e51af13
......@@ -36,7 +36,7 @@ cglobal hevc_idct%1x%1_dc_%3, 1, 2, 1, coeff, tmp
SPLATW m0, xm0
DEFINE_ARGS coeff, cnt
mov cntd, %2
.loop
.loop:
mova [coeffq+mmsize*0], m0
mova [coeffq+mmsize*1], m0
mova [coeffq+mmsize*2], m0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment