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/v210.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/v210.asm') diff --git a/libavcodec/x86/v210.asm b/libavcodec/x86/v210.asm index 400a1f3f9e..c24c765e5b 100644 --- a/libavcodec/x86/v210.asm +++ b/libavcodec/x86/v210.asm @@ -45,7 +45,7 @@ cglobal v210_planar_unpack_%1, 5, 5, 7 mova m4, [v210_mask] mova m5, [v210_luma_shuf] mova m6, [v210_chroma_shuf] -.loop +.loop: %ifidn %1, unaligned movu m0, [r0] %else -- cgit v1.2.3