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
x86inc.asm: remove redundant ifdef __YASM_VER__
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer
12 years ago
parent
8654d6c892
commit
c794acc44e
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavutil/x86/x86inc.asm
+ 0
- 2
libavutil/x86/x86inc.asm
View File
@@ -632,11 +632,9 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
%elifidn %1, sse3
%define movu lddqu
%endif
%ifdef __YASM_VER__
%if notcpuflag(mmx2)
CPUNOP basicnop
%endif
%endif
%else
%xdefine SUFFIX
%undef cpuname
Write
Preview
Loading…
Cancel
Save