1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-05 18:01:59 +02:00

x86/hevc_idct: add a colon to labels

This fixes a warning spam when using NASM

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
James Almer 2014-07-28 16:17:34 -03:00 committed by Michael Niedermayer
parent 1e51af13c7
commit f137876182

View File

@ -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