From 844bef578ee0994a94bdd6ffe4099dddd6a9f136 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 26 Jul 2015 02:28:16 -0300 Subject: avcodec/x86: add missing colon to labels Silences warnings with Nasm Signed-off-by: James Almer --- libavcodec/x86/svq1enc.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/svq1enc.asm') diff --git a/libavcodec/x86/svq1enc.asm b/libavcodec/x86/svq1enc.asm index 24ee70f108..869db34ef1 100644 --- a/libavcodec/x86/svq1enc.asm +++ b/libavcodec/x86/svq1enc.asm @@ -26,7 +26,7 @@ SECTION_TEXT %macro SSD_INT8_VS_INT16 0 cglobal ssd_int8_vs_int16, 3, 3, 3, pix1, pix2, size pxor m0, m0 -.loop +.loop: sub sizeq, 8 movq m1, [pix1q + sizeq] mova m2, [pix2q + sizeq*2] -- cgit v1.2.3