Browse Source

x86/float_dsp: add missing colon to labels

Silences warnings with Nasm

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n2.8
James Almer 10 years ago
parent
commit
4d2c014a8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/x86/float_dsp.asm

+ 1
- 1
libavutil/x86/float_dsp.asm View File

@@ -203,7 +203,7 @@ cglobal vector_fmul_window, 5, 6, 6, dst, src0, src1, win, len, len1
add dstq, lenq
add winq, lenq
neg lenq
.loop
.loop:
mova m0, [winq + lenq]
mova m4, [src0q + lenq]
%if cpuflag(sse)


Loading…
Cancel
Save