summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_weight.asm
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-07-26 02:28:16 -0300
committerJames Almer <jamrial@gmail.com>2015-07-26 02:50:14 -0300
commit844bef578ee0994a94bdd6ffe4099dddd6a9f136 (patch)
tree6d74691b444692f7aa168ca3c0ee0e0ce8dfa593 /libavcodec/x86/h264_weight.asm
parent379ddc6af44f0c2f3cb517bcc5664610aef9bfc0 (diff)
avcodec/x86: add missing colon to labels
Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/h264_weight.asm')
-rw-r--r--libavcodec/x86/h264_weight.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/h264_weight.asm b/libavcodec/x86/h264_weight.asm
index 897c616a81..6c57d57bc0 100644
--- a/libavcodec/x86/h264_weight.asm
+++ b/libavcodec/x86/h264_weight.asm
@@ -139,12 +139,12 @@ WEIGHT_FUNC_HALF_MM 8, 8
je .nonnormal
cmp r5, 128
jne .normal
-.nonnormal
+.nonnormal:
sar r5, 1
sar r6, 1
sar off_regd, 1
sub r4, 1
-.normal
+.normal:
%if cpuflag(ssse3)
movd m4, r5d
movd m0, r6d