diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-08 00:55:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-08 01:14:18 +0200 |
commit | c794acc44eea653df1c95bb19342d8f6e163781c (patch) | |
tree | c5fa15279dccf8f3acb5fb3c2d00d3214485c0fc /libavutil | |
parent | 8654d6c892dea41d86a860b82d060df06d815b74 (diff) | |
download | ffmpeg-c794acc44eea653df1c95bb19342d8f6e163781c.tar.gz |
x86inc.asm: remove redundant ifdef __YASM_VER__
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/x86/x86inc.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm index 01be0f8fc0..d726d1bc28 100644 --- a/libavutil/x86/x86inc.asm +++ b/libavutil/x86/x86inc.asm @@ -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 |