ref: 15bea62176b8168bf0e4ee4bb9f2b3d04ca8bcd5
parent: 2a7c0e1c4b9d6af5d659861fcadbab9f0f521bba
author: James Zern <jzern@google.com>
date: Tue Sep 19 14:59:11 EDT 2017
temporal_filter_apply_sse2.asm: add ':' to label quiets nasm warning: label alone on a line without a colon might be in error BUG=webm:1462 Change-Id: I660407ca60e8c9a810dba9d76afb65852029a29c
--- a/vp8/encoder/x86/temporal_filter_apply_sse2.asm
+++ b/vp8/encoder/x86/temporal_filter_apply_sse2.asm
@@ -203,5 +203,5 @@
_const_top_bit:
times 8 dw 1<<15
align 16
-_const_16w
+_const_16w:
times 8 dw 16