This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
d9e10af547
commit
4d2c014a8f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save